Color Hex Logo

#364972 Color Hex

#364972
(54,73,114)
0 Favorites   0 Comments

Color spaces of #364972

RGB 5473114
HSL0.610.360.33
HSV221°53°45°
CMYK 0.530.360.00   0.55
XYZ6.94116.764316.8594
Yxy6.76430.22710.2213
Hunter Lab26.00832.1237-20.2279
CIE-Lab31.26425.2688-25.9066

#364972 color RGB value is (54,73,114).

#364972 hex color red value is 54, green value is 73 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #364972 hue: 0.61 , saturation: 0.36 and the lightness value of 364972 is 0.33.

The process color (four color CMYK) of #364972 color hex is 0.53, 0.36, 0.00, 0.55. Web safe color of #364972 is #333366. Color #364972 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001001 01110010
Octal 66 111 162
Decimal 54 73 114
Hex 36 49 72

RGB Percentages of Color #364972

%22.41
%30.29
%47.30

CMYK Percentages of Color #364972

%53
%36
%0
%55

Triadic Colors of #364972

#364972 #723649 #497236

Analogous Colors of #364972

#364972 #413672 #366772

Monochromatic Colors of #364972

#364972

Complementary Color

#364972 #725f36

#364972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364972 Color CSS Codes

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

#364972 Text Font Color

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

This sample text font color is #364972
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.


#364972 Background Color

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

This div background color is #364972


#364972 Border Color

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

This div border color is #364972


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,73,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #364972; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #364972;
  -webkit-box-shadow: 1px 1px 3px 2px #364972;
  box-shadow:         1px 1px 3px 2px #364972; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364972

#364972 Color Palettes


Comments

No comments written yet.

Please login to write comment.