Color Hex Logo

#394697 Color Hex

#394697
(57,70,151)
0 Favorites   0 Comments

Color spaces of #394697

RGB 5770151
HSL0.640.450.41
HSV232°62°59°
CMYK 0.620.540.00   0.41
XYZ9.46347.484530.2240
Yxy7.48450.20060.1587
Hunter Lab27.357813.8691-46.3511
CIE-Lab32.885421.0300-46.1799

#394697 color RGB value is (57,70,151).

#394697 hex color red value is 57, green value is 70 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #394697 hue: 0.64 , saturation: 0.45 and the lightness value of 394697 is 0.41.

The process color (four color CMYK) of #394697 color hex is 0.62, 0.54, 0.00, 0.41. Web safe color of #394697 is #333399. Color #394697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000110 10010111
Octal 71 106 227
Decimal 57 70 151
Hex 39 46 97

RGB Percentages of Color #394697

%20.50
%25.18
%54.32

CMYK Percentages of Color #394697

%62
%54
%0
%41

Triadic Colors of #394697

#394697 #973946 #469739

Analogous Colors of #394697

#394697 #5b3997 #397597

Monochromatic Colors of #394697

#394697

Complementary Color

#394697 #978a39

#394697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394697 Color CSS Codes

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

#394697 Text Font Color

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

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


#394697 Background Color

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

This div background color is #394697


#394697 Border Color

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

This div border color is #394697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394697


Comments

No comments written yet.

Please login to write comment.