Color Hex Logo

#3e566b Color Hex

#3E566B
(62,86,107)
0 Favorites   0 Comments

Color spaces of #3e566b

RGB 6286107
HSL0.580.270.33
HSV208°42°42°
CMYK 0.420.200.00   0.58
XYZ7.96828.741215.1772
Yxy8.74120.24990.2741
Hunter Lab29.5655-3.6321-9.7401
CIE-Lab35.4812-3.0697-14.9382

#3e566b color RGB value is (62,86,107).

#3e566b hex color red value is 62, green value is 86 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #3e566b hue: 0.58 , saturation: 0.27 and the lightness value of 3e566b is 0.33.

The process color (four color CMYK) of #3e566b color hex is 0.42, 0.20, 0.00, 0.58. Web safe color of #3e566b is #336666. Color #3e566b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01010110 01101011
Octal 76 126 153
Decimal 62 86 107
Hex 3E 56 6B

RGB Percentages of Color #3e566b

%24.31
%33.73
%41.96

CMYK Percentages of Color #3e566b

%42
%20
%0
%58

Triadic Colors of #3e566b

#3e566b #6b3e56 #566b3e

Analogous Colors of #3e566b

#3e566b #3e406b #3e6b6a

Monochromatic Colors of #3e566b

#3e566b

Complementary Color

#3e566b #6b533e

#3e566b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e566b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e566b Color CSS Codes

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

#3e566b Text Font Color

<p style="color:#3e566b">Text here</p>

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


#3e566b Background Color

<div style="background-color:#3e566b">
Div content here</div>

This div background color is #3e566b


#3e566b Border Color

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

This div border color is #3e566b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,86,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3e566b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3e566b;
  -webkit-box-shadow: 1px 1px 3px 2px #3e566b;
  box-shadow:         1px 1px 3px 2px #3e566b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,86,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e566b


Comments

No comments written yet.

Please login to write comment.