Color Hex Logo

#39549c Color Hex

#39549C
(57,84,156)
0 Favorites   0 Comments

Color spaces of #39549c

RGB 5784156
HSL0.620.460.42
HSV224°63°61°
CMYK 0.630.460.00   0.39
XYZ10.85849.610832.7353
Yxy9.61080.20410.1806
Hunter Lab31.00138.2685-40.9054
CIE-Lab37.134713.5834-42.3712

#39549c color RGB value is (57,84,156).

#39549c hex color red value is 57, green value is 84 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #39549c hue: 0.62 , saturation: 0.46 and the lightness value of 39549c is 0.42.

The process color (four color CMYK) of #39549c color hex is 0.63, 0.46, 0.00, 0.39. Web safe color of #39549c is #336699. Color #39549c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010100 10011100
Octal 71 124 234
Decimal 57 84 156
Hex 39 54 9C

RGB Percentages of Color #39549c

%19.19
%28.28
%52.53

CMYK Percentages of Color #39549c

%63
%46
%0
%39

Triadic Colors of #39549c

#39549c #9c3954 #549c39

Analogous Colors of #39549c

#39549c #50399c #39869c

Monochromatic Colors of #39549c

#39549c

Complementary Color

#39549c #9c8139

#39549c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39549c Color Preview on White Background

Lorem ipsum dolor sit amet.

#39549c Color CSS Codes

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

#39549c Text Font Color

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

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


#39549c Background Color

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

This div background color is #39549c


#39549c Border Color

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

This div border color is #39549c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,84,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39549c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39549c;
  -webkit-box-shadow: 1px 1px 3px 2px #39549c;
  box-shadow:         1px 1px 3px 2px #39549c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,84,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39549c


Comments

No comments written yet.

Please login to write comment.