Color Hex Logo

#394694 Color Hex

#394694
(57,70,148)
0 Favorites   0 Comments

Color spaces of #394694

RGB 5770148
HSL0.640.440.40
HSV231°61°58°
CMYK 0.610.530.00   0.42
XYZ9.22287.388328.9570
Yxy7.38830.20240.1621
Hunter Lab27.181412.9985-44.1360
CIE-Lab32.675019.9558-44.6934

#394694 color RGB value is (57,70,148).

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

The process color (four color CMYK) of #394694 color hex is 0.61, 0.53, 0.00, 0.42. Web safe color of #394694 is #333399. Color #394694 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000110 10010100
Octal 71 106 224
Decimal 57 70 148
Hex 39 46 94

RGB Percentages of Color #394694

%20.73
%25.45
%53.82

CMYK Percentages of Color #394694

%61
%53
%0
%42

Triadic Colors of #394694

#394694 #943946 #469439

Analogous Colors of #394694

#394694 #5a3994 #397494

Monochromatic Colors of #394694

#394694

Complementary Color

#394694 #948739

#394694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394694 Color CSS Codes

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

#394694 Text Font Color

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

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


#394694 Background Color

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

This div background color is #394694


#394694 Border Color

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

This div border color is #394694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394694


Comments

No comments written yet.

Please login to write comment.