Color Hex Logo

#39769e Color Hex

#39769E
(57,118,158)
0 Favorites   0 Comments

Color spaces of #39769e

RGB 57118158
HSL0.570.470.42
HSV204°64°62°
CMYK 0.640.250.00   0.38
XYZ14.337316.295334.7374
Yxy16.29530.21930.2493
Hunter Lab40.3674-7.2452-22.7636
CIE-Lab47.3596-6.9394-27.4197

#39769e color RGB value is (57,118,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110110 10011110
Octal 71 166 236
Decimal 57 118 158
Hex 39 76 9E

RGB Percentages of Color #39769e

%17.12
%35.44
%47.45

CMYK Percentages of Color #39769e

%64
%25
%0
%38

Triadic Colors of #39769e

#39769e #9e3976 #769e39

Analogous Colors of #39769e

#39769e #39439e #399e94

Monochromatic Colors of #39769e

#39769e

Complementary Color

#39769e #9e6139

#39769e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39769e Color Preview on White Background

Lorem ipsum dolor sit amet.

#39769e Color CSS Codes

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

#39769e Text Font Color

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

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


#39769e Background Color

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

This div background color is #39769e


#39769e Border Color

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

This div border color is #39769e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,118,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 #39769e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39769e


Comments

No comments written yet.

Please login to write comment.