Color Hex Logo

#394072 Color Hex

#394072
(57,64,114)
0 Favorites   0 Comments

Color spaces of #394072

RGB 5764114
HSL0.650.330.34
HSV233°50°45°
CMYK 0.500.440.00   0.55
XYZ6.55805.751616.6841
Yxy5.75160.22620.1984
Hunter Lab23.98256.8414-24.4590
CIE-Lab28.776912.0718-29.8215

#394072 color RGB value is (57,64,114).

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

The process color (four color CMYK) of #394072 color hex is 0.50, 0.44, 0.00, 0.55. Web safe color of #394072 is #333366. Color #394072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000000 01110010
Octal 71 100 162
Decimal 57 64 114
Hex 39 40 72

RGB Percentages of Color #394072

%24.26
%27.23
%48.51

CMYK Percentages of Color #394072

%50
%44
%0
%55

Triadic Colors of #394072

#394072 #723940 #407239

Analogous Colors of #394072

#394072 #4f3972 #395d72

Monochromatic Colors of #394072

#394072

Complementary Color

#394072 #726b39

#394072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394072 Color CSS Codes

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

#394072 Text Font Color

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

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


#394072 Background Color

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

This div background color is #394072


#394072 Border Color

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

This div border color is #394072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394072


Comments

No comments written yet.

Please login to write comment.