Color Hex Logo

#394669 Color Hex

#394669
(57,70,105)
0 Favorites   0 Comments

Color spaces of #394669

RGB 5770105
HSL0.620.300.32
HSV224°46°41°
CMYK 0.460.330.00   0.59
XYZ6.42736.270114.2361
Yxy6.27010.23860.2328
Hunter Lab25.04021.9970-16.1801
CIE-Lab30.08395.0666-22.0545

#394669 color RGB value is (57,70,105).

#394669 hex color red value is 57, green value is 70 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #394669 hue: 0.62 , saturation: 0.30 and the lightness value of 394669 is 0.32.

The process color (four color CMYK) of #394669 color hex is 0.46, 0.33, 0.00, 0.59. Web safe color of #394669 is #333366. Color #394669 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000110 01101001
Octal 71 106 151
Decimal 57 70 105
Hex 39 46 69

RGB Percentages of Color #394669

%24.57
%30.17
%45.26

CMYK Percentages of Color #394669

%46
%33
%0
%59

Triadic Colors of #394669

#394669 #693946 #466939

Analogous Colors of #394669

#394669 #443969 #395e69

Monochromatic Colors of #394669

#394669

Complementary Color

#394669 #695c39

#394669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394669 Color CSS Codes

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

#394669 Text Font Color

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

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


#394669 Background Color

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

This div background color is #394669


#394669 Border Color

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

This div border color is #394669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394669


Comments

No comments written yet.

Please login to write comment.