COLOR #364E5F

HEX: #364E5F RGB: (54,78,95)

Color info

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

RGB color model

#364E5F color RGB value is (54,78,95).

RGB: (54,78,95) (21%, 31%, 37%)

RGB channels and saturation

R 54 of 255 = 21%
G 78 of 255 = 31%
B 95 of 255 = 37%

54
78
95

R + G + B ~ 30%. #364E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 78 + 95 = 227 (100%)
R 54 of 227 ~ 23.79%
G 78 of 227 ~ 34.36%
B 95 of 227 ~ 41.85'%

%23.79
%34.36
%41.85

CMYK color model

#364E5F color CMYK value is (43,18,0,63).

  • cyan value is 43.16%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (43,18,0,63)
C43M18Y0K63 (43%, 18%, 0%, 63%)
(0.43 / 0.18 / 0.00 / 0.63)

CMYK percentages

%43.16
%17.89
%0
%62.75

Codes

Color #364E5F in popluar color models

36 4E 5F
RGB 54 78 95
HSL 205° 27.52% 29.22%
HSB/HSV 205° 43.16% 37.25%
CMYK 43.16% 17.89% 0.00%
62.75%

Color #364E5F in popluar number systems.

HEX 36 4E 5F
Decimal 54 78 95
Binary 110110 1001110 1011111
Octal 66 116 137

Shades and tints

Shades of #364E5F

#364E5F
(54,78,95)
#324757
(50,71,87)
#2E404F
(46,64,79)
#2A3947
(42,57,71)
#26323F
(38,50,63)
#222B37
(34,43,55)
#1E242F
(30,36,47)
#1A1D27
(26,29,39)
#16161F
(22,22,31)
#120F17
(18,15,23)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #364E5F

#364E5F
(54,78,95)
#485E6D
(72,94,109)
#5A6E7B
(90,110,123)
#6C7E89
(108,126,137)
#7E8E97
(126,142,151)
#909EA5
(144,158,165)
#A2AEB3
(162,174,179)
#B4BEC1
(180,190,193)
#C6CECF
(198,206,207)
#D8DEDD
(216,222,221)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364E5F; }

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

This text font color is #364E5F.

Background Color

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

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

This div background color is #364E5F.

Border color

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

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

This div border color is #364E5F.

Opacity

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

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

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

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

This text has shadow with #364E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #364E5F.

Preview

Color preview on black background

This text has color #364E5F on black background.


Color preview on white background

This text has color #364E5F on white background.


Black color preview on #364E5F background

This text has black color on #364E5F background.


White color preview on #364E5F background

This text has white color on #364E5F background.


Related colors

Complementary color

Complementary color for #hex is #C9B1A0.


I love getcolorcode.com

Triadic colors

1 #5F364E and #4E5F36 with #364E5F are triadic colors.

2 #5F4E36 and #4E365F with #364E5F are triadic colors.