COLOR #364E70

HEX: #364E70
RGB: (54,78,112)

Color info

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

RGB color model

#364E70 color RGB value is (54,78,112).

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

RGB channels and saturation

R 54 of 255 = 21%
G 78 of 255 = 31%
B 112 of 255 = 44%

54
78
112

R + G + B ~ 32%. #364E70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 78 + 112 = 244 (100%)
R 54 of 244 ~ 22.13%
G 78 of 244 ~ 31.97%
B 112 of 244 ~ 45.9%

%22.13
%31.97
%45.9

CMYK color model

#364E70 color CMYK value is (52,30,0,56).

  • cyan value is 51.79%
  • magenta value is 30.36%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(52,30,0,56)
C52M30Y0K56 
(52%,30%,0%,56%)
(0.52/0.30/0.00/0.56)	

CMYK percentages

%51.79
%30.36
%0
%56.08

Codes

Color #364E70 in popluar color models

364E70
RGB5478112
HSL215°34.94%32.55%
HSB/HSV215°51.79%43.92%
CMYK51.79%30.36%0.00%
56.08%

Color #364E70 in popluar number systems.

HEX364E70
Decimal5478112
Binary11011010011101110000
Octal66116160

Shades and tints

Shades of #364E70

#364E70
(54,78,112)
#324766
(50,71,102)
#2E405C
(46,64,92)
#2A3952
(42,57,82)
#263248
(38,50,72)
#222B3E
(34,43,62)
#1E2434
(30,36,52)
#1A1D2A
(26,29,42)
#161620
(22,22,32)
#120F16
(18,15,22)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #364E70

#364E70
(54,78,112)
#485E7D
(72,94,125)
#5A6E8A
(90,110,138)
#6C7E97
(108,126,151)
#7E8EA4
(126,142,164)
#909EB1
(144,158,177)
#A2AEBE
(162,174,190)
#B4BECB
(180,190,203)
#C6CED8
(198,206,216)
#D8DEE5
(216,222,229)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364E70; }

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

This text font color is #364E70.


Background Color

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

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

This div background color is #364E70.


Border color

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

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

This div border color is #364E70.


Opacity

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

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

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

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

This text has shadow with #364E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364E70 on black background.


Color preview on white background

This text has color #364E70 on white background.



Black color preview on #364E70 background

This text has black color on #364E70 background.


White color preview on #364E70 background

This text has white color on #364E70 background.