COLOR #364E66

HEX: #364E66
RGB: (54,78,102)

Color info

#364E66 contains red, green and blue colors in about the same proportion. Web safe color of #364E66 is #336666 (or #366).

RGB color model

#364E66 color RGB value is (54,78,102).

  • red value is 54;
  • green value is 78;
  • blue value is 102.
RGB:
(54,78,102)
(21%,31%,40%)

RGB channels and saturation

R 54 of 255 = 21%
G 78 of 255 = 31%
B 102 of 255 = 40%

54
78
102

R + G + B ~ 31%. #364E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 78 + 102 = 234 (100%)
R 54 of 234 ~ 23.08%
G 78 of 234 ~ 33.33%
B 102 of 234 ~ 43.59%

%23.08
%33.33
%43.59

CMYK color model

#364E66 color CMYK value is (47,24,0,60).

  • cyan value is 47.06%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(47,24,0,60)
C47M24Y0K60 
(47%,24%,0%,60%)
(0.47/0.24/0.00/0.60)	

CMYK percentages

%47.06
%23.53
%0
%60

Codes

Color #364E66 in popluar color models

364E66
RGB5478102
HSL210°30.77%30.59%
HSB/HSV210°47.06%40.00%
CMYK47.06%23.53%0.00%
60.00%

Color #364E66 in popluar number systems.

HEX364E66
Decimal5478102
Binary11011010011101100110
Octal66116146

Shades and tints

Shades of #364E66

#364E66
(54,78,102)
#32475D
(50,71,93)
#2E4054
(46,64,84)
#2A394B
(42,57,75)
#263242
(38,50,66)
#222B39
(34,43,57)
#1E2430
(30,36,48)
#1A1D27
(26,29,39)
#16161E
(22,22,30)
#120F15
(18,15,21)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #364E66

#364E66
(54,78,102)
#485E73
(72,94,115)
#5A6E80
(90,110,128)
#6C7E8D
(108,126,141)
#7E8E9A
(126,142,154)
#909EA7
(144,158,167)
#A2AEB4
(162,174,180)
#B4BEC1
(180,190,193)
#C6CECE
(198,206,206)
#D8DEDB
(216,222,219)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364E66 color. Also use rgb(54,78,102) instead hex code.

Text Font Color

.myTextColor { color: #364E66; }

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

This text font color is #364E66.


Background Color

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

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

This div background color is #364E66.


Border color

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

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

This div border color is #364E66.


Opacity

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

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

Text with #364E66 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 #364E66;}

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

This text has shadow with #364E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364E66 on black background.


Color preview on white background

This text has color #364E66 on white background.



Black color preview on #364E66 background

This text has black color on #364E66 background.


White color preview on #364E66 background

This text has white color on #364E66 background.