Color Hex Logo

#39517b Color Hex

#39517B
(57,81,123)
0 Favorites   0 Comments

Color spaces of #39517b

RGB 5781123
HSL0.610.370.35
HSV218°54°48°
CMYK 0.540.340.00   0.52
XYZ8.20498.184819.8863
Yxy8.18480.22620.2256
Hunter Lab28.60911.1267-21.1864
CIE-Lab34.36483.8879-26.6376

#39517b color RGB value is (57,81,123).

#39517b hex color red value is 57, green value is 81 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #39517b hue: 0.61 , saturation: 0.37 and the lightness value of 39517b is 0.35.

The process color (four color CMYK) of #39517b color hex is 0.54, 0.34, 0.00, 0.52. Web safe color of #39517b is #336666. Color #39517b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010001 01111011
Octal 71 121 173
Decimal 57 81 123
Hex 39 51 7B

RGB Percentages of Color #39517b

%21.84
%31.03
%47.13

CMYK Percentages of Color #39517b

%54
%34
%0
%52

Triadic Colors of #39517b

#39517b #7b3951 #517b39

Analogous Colors of #39517b

#39517b #42397b #39727b

Monochromatic Colors of #39517b

#39517b

Complementary Color

#39517b #7b6339

#39517b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39517b Color Preview on White Background

Lorem ipsum dolor sit amet.

#39517b Color CSS Codes

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

#39517b Text Font Color

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

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


#39517b Background Color

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

This div background color is #39517b


#39517b Border Color

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

This div border color is #39517b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,81,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39517b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39517b;
  -webkit-box-shadow: 1px 1px 3px 2px #39517b;
  box-shadow:         1px 1px 3px 2px #39517b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39517b


Comments

No comments written yet.

Please login to write comment.