Color Hex Logo

#395670 Color Hex

#395670
(57,86,112)
0 Favorites   0 Comments

Color spaces of #395670

RGB 5786112
HSL0.580.330.33
HSV208°49°44°
CMYK 0.490.230.00   0.56
XYZ7.93988.695316.5891
Yxy8.69530.23900.2617
Hunter Lab29.4878-3.5412-12.7136
CIE-Lab35.3909-2.9409-18.2146

#395670 color RGB value is (57,86,112).

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

The process color (four color CMYK) of #395670 color hex is 0.49, 0.23, 0.00, 0.56. Web safe color of #395670 is #336666. Color #395670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010110 01110000
Octal 71 126 160
Decimal 57 86 112
Hex 39 56 70

RGB Percentages of Color #395670

%22.35
%33.73
%43.92

CMYK Percentages of Color #395670

%49
%23
%0
%56

Triadic Colors of #395670

#395670 #703956 #567039

Analogous Colors of #395670

#395670 #393b70 #39706f

Monochromatic Colors of #395670

#395670

Complementary Color

#395670 #705339

#395670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395670 Color CSS Codes

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

#395670 Text Font Color

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

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


#395670 Background Color

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

This div background color is #395670


#395670 Border Color

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

This div border color is #395670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395670


Comments

No comments written yet.

Please login to write comment.