COLOR #364A83

HEX: #364A83
RGB: (54,74,131)

Renk bilgisi

#364A83 contains mainly green and blue colors. #364A83 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#364A83 color RGB value is (54,74,131).

  • kırmız ton 54;
  • yeşil ton 74;
  • mavi ton 131.
RGB:
(54,74,131)
(21%,29%,51%)

RGB bağlantıları ve doygunluk

R 54 of 255 = 21%
G 74 of 255 = 29%
B 131 of 255 = 51%

54
74
131

R + G + B ~ 34%. #364A83 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
54 + 74 + 131 = 259 (100%)
R 54 of 259 ~ 20.85%
G 74 of 259 ~ 28.57%
B 131 of 259 ~ 50.58%

%20.85
%28.57
%50.58

CMYK RENK MODELİ

#364A83 rengi CMYK tonu (59,44,0,49).

  • camgöbeği tonu 58.78%
  • eflatun tonu 43.51%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(59,44,0,49)
C59M44Y0K49 
(59%,44%,0%,49%)
(0.59/0.44/0.00/0.49)	

CMYK yüzdeleri

%58.78
%43.51
%0
%48.63

Codes

Color #364A83 in popluar color models

364A83
RGB5474131
HSL224°41.62%36.27%
HSB/HSV224°58.78%51.37%
CMYK58.78%43.51%0.00%
48.63%

Color #364A83 in popluar number systems.

HEX364A83
Decimal5474131
Binary110110100101010000011
Octal66112203

Shades and tints

Shades of #364A83

#364A83
(54,74,131)
#324478
(50,68,120)
#2E3E6D
(46,62,109)
#2A3862
(42,56,98)
#263257
(38,50,87)
#222C4C
(34,44,76)
#1E2641
(30,38,65)
#1A2036
(26,32,54)
#161A2B
(22,26,43)
#121420
(18,20,32)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #364A83

#364A83
(54,74,131)
#485A8E
(72,90,142)
#5A6A99
(90,106,153)
#6C7AA4
(108,122,164)
#7E8AAF
(126,138,175)
#909ABA
(144,154,186)
#A2AAC5
(162,170,197)
#B4BAD0
(180,186,208)
#C6CADB
(198,202,219)
#D8DAE6
(216,218,230)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364A83 color. Also use rgb(54,74,131) instead hex code.

Text Font Color

.myTextColor { color: #364A83; }

<p style="color:#364A83">This sample text font color is #364A83.</p>

This text font color is #364A83.


Background Color

.myBgColor { background-color: #364A83; }

<div style="background-color:#364A83">Inner text</div>

This div background color is #364A83.


Border color

.myBorderColor { border: 1px solid #364A83; }

<div style="border:3px solid #364A83">Div</div>

This div border color is #364A83.


Opacity

.myOpacity80 { color: #364A83; opacity: 0.8; }

<p style="color:#364A83;opacity:0.8;">80%</p>

Text with #364A83 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #364A83;}

<p style="text-shadow: 3px 3px 1px #364A83">Text here.</p>

This text has shadow with #364A83 color.

.textShadow {text-shadow: 3px 3px 1px #364A83, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #364A83, 5px 5px 20px red">Text here.</p>

This text has shadow with #364A83 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#364A83, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#364A83, Direction=45, Strength=4)">Text</p>

This text has shadow with #364A83 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #364A83;
  -webkit-box-shadow:	1px 1px 3px 2px #364A83;
  box-shadow:		1px 1px 3px 2px #364A83;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #364A83;
-webkit-box-shadow: 1px 1px 3px 2px #364A83;
box-shadow:1px 1px 3px 2px #364A83;">
Div content here</div>
This div box has shadow with color #364A83.

Preview

Color preview on black background

This text has color #364A83 on black background.


Color preview on white background

This text has color #364A83 on white background.



Black color preview on #364A83 background

This text has black color on #364A83 background.


White color preview on #364A83 background

This text has white color on #364A83 background.