Color Hex Logo

#395672 Color Hex

#395672
(57,86,114)
0 Favorites   0 Comments

Color spaces of #395672

RGB 5786114
HSL0.580.330.34
HSV209°50°45°
CMYK 0.500.250.00   0.55
XYZ8.05248.740317.1822
Yxy8.74030.23700.2573
Hunter Lab29.5640-3.1186-13.7638
CIE-Lab35.4794-2.2940-19.3202

#395672 color RGB value is (57,86,114).

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

The process color (four color CMYK) of #395672 color hex is 0.50, 0.25, 0.00, 0.55. Web safe color of #395672 is #336666. Color #395672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010110 01110010
Octal 71 126 162
Decimal 57 86 114
Hex 39 56 72

RGB Percentages of Color #395672

%22.18
%33.46
%44.36

CMYK Percentages of Color #395672

%50
%25
%0
%55

Triadic Colors of #395672

#395672 #723956 #567239

Analogous Colors of #395672

#395672 #393a72 #397272

Monochromatic Colors of #395672

#395672

Complementary Color

#395672 #725539

#395672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395672 Color CSS Codes

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

#395672 Text Font Color

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

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


#395672 Background Color

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

This div background color is #395672


#395672 Border Color

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

This div border color is #395672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395672


Comments

No comments written yet.

Please login to write comment.