Color Hex Logo

#032999 Color Hex

#032999
(3,41,153)
0 Favorites   0 Comments

Color spaces of #032999

RGB 341153
HSL0.620.960.31
HSV225°98°60°
CMYK 0.980.730.00   0.40
XYZ6.58033.905130.5439
Yxy3.90510.16040.0952
Hunter Lab19.761324.8562-77.8081
CIE-Lab23.355235.6735-63.0699

#032999 color RGB value is (3,41,153).

#032999 hex color red value is 3, green value is 41 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #032999 hue: 0.62 , saturation: 0.96 and the lightness value of 032999 is 0.31.

The process color (four color CMYK) of #032999 color hex is 0.98, 0.73, 0.00, 0.40. Web safe color of #032999 is #003399. Color #032999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00101001 10011001
Octal 3 51 231
Decimal 3 41 153
Hex 3 29 99

RGB Percentages of Color #032999

%1.52
%20.81
%77.66

CMYK Percentages of Color #032999

%98
%73
%0
%40

Triadic Colors of #032999

#032999 #990329 #299903

Analogous Colors of #032999

#032999 #280399 #037499

Monochromatic Colors of #032999

#032999

Complementary Color

#032999 #997303

#032999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#032999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#032999 Color CSS Codes

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

#032999 Text Font Color

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

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


#032999 Background Color

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

This div background color is #032999


#032999 Border Color

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

This div border color is #032999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #032999


Comments

No comments written yet.

Please login to write comment.