Color Hex Logo

#39668d Color Hex

#39668D
(57,102,141)
0 Favorites   0 Comments

Color spaces of #39668d

RGB 57102141
HSL0.580.420.39
HSV208°60°55°
CMYK 0.600.280.00   0.45
XYZ11.246412.295726.9799
Yxy12.29570.22260.2434
Hunter Lab35.0652-4.1142-21.0733
CIE-Lab41.6823-3.1624-26.1672

#39668d color RGB value is (57,102,141).

#39668d hex color red value is 57, green value is 102 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #39668d hue: 0.58 , saturation: 0.42 and the lightness value of 39668d is 0.39.

The process color (four color CMYK) of #39668d color hex is 0.60, 0.28, 0.00, 0.45. Web safe color of #39668d is #336699. Color #39668d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100110 10001101
Octal 71 146 215
Decimal 57 102 141
Hex 39 66 8D

RGB Percentages of Color #39668d

%19.00
%34.00
%47.00

CMYK Percentages of Color #39668d

%60
%28
%0
%45

Triadic Colors of #39668d

#39668d #8d3966 #668d39

Analogous Colors of #39668d

#39668d #393c8d #398d8a

Monochromatic Colors of #39668d

#39668d

Complementary Color

#39668d #8d6039

#39668d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39668d Color Preview on White Background

Lorem ipsum dolor sit amet.

#39668d Color CSS Codes

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

#39668d Text Font Color

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

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


#39668d Background Color

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

This div background color is #39668d


#39668d Border Color

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

This div border color is #39668d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,102,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39668d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39668d;
  -webkit-box-shadow: 1px 1px 3px 2px #39668d;
  box-shadow:         1px 1px 3px 2px #39668d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39668d


Comments

No comments written yet.

Please login to write comment.