Color Hex Logo

#395666 Color Hex

#395666
(57,86,102)
0 Favorites   0 Comments

Color spaces of #395666

RGB 5786102
HSL0.560.280.31
HSV201°44°40°
CMYK 0.440.160.00   0.60
XYZ7.41348.484713.8174
Yxy8.48470.24950.2855
Hunter Lab29.1285-5.5454-7.7349
CIE-Lab34.9726-6.0791-12.6207

#395666 color RGB value is (57,86,102).

#395666 hex color red value is 57, green value is 86 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #395666 hue: 0.56 , saturation: 0.28 and the lightness value of 395666 is 0.31.

The process color (four color CMYK) of #395666 color hex is 0.44, 0.16, 0.00, 0.60. Web safe color of #395666 is #336666. Color #395666 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010110 01100110
Octal 71 126 146
Decimal 57 86 102
Hex 39 56 66

RGB Percentages of Color #395666

%23.27
%35.10
%41.63

CMYK Percentages of Color #395666

%44
%16
%0
%60

Triadic Colors of #395666

#395666 #663956 #566639

Analogous Colors of #395666

#395666 #394066 #396660

Monochromatic Colors of #395666

#395666

Complementary Color

#395666 #664939

#395666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395666 Color CSS Codes

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

#395666 Text Font Color

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

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


#395666 Background Color

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

This div background color is #395666


#395666 Border Color

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

This div border color is #395666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395666


Comments

No comments written yet.

Please login to write comment.