Color Hex Logo

#364f78 Color Hex

#364F78
(54,79,120)
0 Favorites   0 Comments

Color spaces of #364f78

RGB 5479120
HSL0.600.380.34
HSV217°55°47°
CMYK 0.550.340.00   0.53
XYZ7.70757.732318.8556
Yxy7.73230.22470.2255
Hunter Lab27.80700.8140-20.7389
CIE-Lab33.41903.4058-26.2730

#364f78 color RGB value is (54,79,120).

#364f78 hex color red value is 54, green value is 79 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #364f78 hue: 0.60 , saturation: 0.38 and the lightness value of 364f78 is 0.34.

The process color (four color CMYK) of #364f78 color hex is 0.55, 0.34, 0.00, 0.53. Web safe color of #364f78 is #336666. Color #364f78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001111 01111000
Octal 66 117 170
Decimal 54 79 120
Hex 36 4F 78

RGB Percentages of Color #364f78

%21.34
%31.23
%47.43

CMYK Percentages of Color #364f78

%55
%34
%0
%53

Triadic Colors of #364f78

#364f78 #78364f #4f7836

Analogous Colors of #364f78

#364f78 #3e3678 #367078

Monochromatic Colors of #364f78

#364f78

Complementary Color

#364f78 #785f36

#364f78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364f78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364f78 Color CSS Codes

.mybgcolor {background-color:#364f78; } 
.myforecolor {color:#364f78; }
.mybordercolor {border:3px solid #364f78; }

#364f78 Text Font Color

<p style="color:#364f78">Text here</p>

This sample text font color is #364f78
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#364f78 Background Color

<div style="background-color:#364f78">
Div content here</div>

This div background color is #364f78


#364f78 Border Color

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

This div border color is #364f78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,79,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #364f78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #364f78;
  -webkit-box-shadow: 1px 1px 3px 2px #364f78;
  box-shadow:         1px 1px 3px 2px #364f78; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,79,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #364f78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #364f78;
  -webkit-box-shadow: 1px 1px 3px 2px #364f78;
  box-shadow:         1px 1px 3px 2px #364f78;">
Div content here</div>

This div box has shadow with color #364f78


Comments

No comments written yet.

Please login to write comment.