Color Hex Logo

#394f72 Color Hex

#394F72
(57,79,114)
0 Favorites   0 Comments

Color spaces of #394f72

RGB 5779114
HSL0.600.330.34
HSV217°50°45°
CMYK 0.500.310.00   0.55
XYZ7.52067.676717.0050
Yxy7.67670.23350.2384
Hunter Lab27.7069-0.0359-16.9943
CIE-Lab33.30032.1539-22.7044

#394f72 color RGB value is (57,79,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001111 01110010
Octal 71 117 162
Decimal 57 79 114
Hex 39 4F 72

RGB Percentages of Color #394f72

%22.80
%31.60
%45.60

CMYK Percentages of Color #394f72

%50
%31
%0
%55

Triadic Colors of #394f72

#394f72 #72394f #4f7239

Analogous Colors of #394f72

#394f72 #403972 #396c72

Monochromatic Colors of #394f72

#394f72

Complementary Color

#394f72 #725c39

#394f72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394f72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394f72 Color CSS Codes

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

#394f72 Text Font Color

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

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


#394f72 Background Color

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

This div background color is #394f72


#394f72 Border Color

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

This div border color is #394f72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394f72


Comments

No comments written yet.

Please login to write comment.