Color Hex Logo

#39699e Color Hex

#39699E
(57,105,158)
0 Favorites   0 Comments

Color spaces of #39699e

RGB 57105158
HSL0.590.470.42
HSV211°64°62°
CMYK 0.640.340.00   0.38
XYZ12.910513.441634.2618
Yxy13.44160.21300.2218
Hunter Lab36.6628-1.3026-29.7432
CIE-Lab43.42120.8967-33.5834

#39699e color RGB value is (57,105,158).

#39699e hex color red value is 57, green value is 105 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #39699e hue: 0.59 , saturation: 0.47 and the lightness value of 39699e is 0.42.

The process color (four color CMYK) of #39699e color hex is 0.64, 0.34, 0.00, 0.38. Web safe color of #39699e is #336699. Color #39699e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101001 10011110
Octal 71 151 236
Decimal 57 105 158
Hex 39 69 9E

RGB Percentages of Color #39699e

%17.81
%32.81
%49.38

CMYK Percentages of Color #39699e

%64
%34
%0
%38

Triadic Colors of #39699e

#39699e #9e3969 #699e39

Analogous Colors of #39699e

#39699e #3c399e #399c9e

Monochromatic Colors of #39699e

#39699e

Complementary Color

#39699e #9e6e39

#39699e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39699e Color Preview on White Background

Lorem ipsum dolor sit amet.

#39699e Color CSS Codes

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

#39699e Text Font Color

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

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


#39699e Background Color

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

This div background color is #39699e


#39699e Border Color

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

This div border color is #39699e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,105,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39699e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39699e;
  -webkit-box-shadow: 1px 1px 3px 2px #39699e;
  box-shadow:         1px 1px 3px 2px #39699e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39699e


Comments

No comments written yet.

Please login to write comment.