Color Hex Logo

#394673 Color Hex

#394673
(57,70,115)
0 Favorites   0 Comments

Color spaces of #394673

RGB 5770115
HSL0.630.340.34
HSV227°50°45°
CMYK 0.500.390.00   0.55
XYZ6.97206.488017.1045
Yxy6.48800.22810.2123
Hunter Lab25.47164.2833-21.9840
CIE-Lab30.61178.3909-27.5496

#394673 color RGB value is (57,70,115).

#394673 hex color red value is 57, green value is 70 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #394673 hue: 0.63 , saturation: 0.34 and the lightness value of 394673 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000110 01110011
Octal 71 106 163
Decimal 57 70 115
Hex 39 46 73

RGB Percentages of Color #394673

%23.55
%28.93
%47.52

CMYK Percentages of Color #394673

%50
%39
%0
%55

Triadic Colors of #394673

#394673 #733946 #467339

Analogous Colors of #394673

#394673 #493973 #396373

Monochromatic Colors of #394673

#394673

Complementary Color

#394673 #736639

#394673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394673 Color CSS Codes

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

#394673 Text Font Color

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

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


#394673 Background Color

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

This div background color is #394673


#394673 Border Color

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

This div border color is #394673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394673


Comments

No comments written yet.

Please login to write comment.