Color Hex Logo

#032079 Color Hex

#032079
(3,32,121)
0 Favorites   0 Comments

Color spaces of #032079

RGB 332121
HSL0.630.950.24
HSV225°98°47°
CMYK 0.980.740.00   0.53
XYZ4.00532.432918.3476
Yxy2.43290.16160.0982
Hunter Lab15.597818.5404-58.8242
CIE-Lab17.612429.1135-52.5156

#032079 color RGB value is (3,32,121).

#032079 hex color red value is 3, green value is 32 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #032079 hue: 0.63 , saturation: 0.95 and the lightness value of 032079 is 0.24.

The process color (four color CMYK) of #032079 color hex is 0.98, 0.74, 0.00, 0.53. Web safe color of #032079 is #003366. Color #032079 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00100000 01111001
Octal 3 40 171
Decimal 3 32 121
Hex 3 20 79

RGB Percentages of Color #032079

%1.92
%20.51
%77.56

CMYK Percentages of Color #032079

%98
%74
%0
%53

Triadic Colors of #032079

#032079 #790320 #207903

Analogous Colors of #032079

#032079 #210379 #035b79

Monochromatic Colors of #032079

#032079

Complementary Color

#032079 #795c03

#032079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#032079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#032079 Color CSS Codes

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

#032079 Text Font Color

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

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


#032079 Background Color

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

This div background color is #032079


#032079 Border Color

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

This div border color is #032079


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,32,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #032079; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #032079;
  -webkit-box-shadow: 1px 1px 3px 2px #032079;
  box-shadow:         1px 1px 3px 2px #032079; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,32,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #032079


Comments

No comments written yet.

Please login to write comment.