Color Hex Logo

#032989 Color Hex

#032989
(3,41,137)
0 Favorites   0 Comments

Color spaces of #032989

RGB 341137
HSL0.620.960.27
HSV223°98°54°
CMYK 0.980.700.00   0.46
XYZ5.34583.411424.0436
Yxy3.41140.16300.1040
Hunter Lab18.470019.3411-64.2528
CIE-Lab21.621529.4088-56.0216

#032989 color RGB value is (3,41,137).

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

The process color (four color CMYK) of #032989 color hex is 0.98, 0.70, 0.00, 0.46. Web safe color of #032989 is #003399. Color #032989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00101001 10001001
Octal 3 51 211
Decimal 3 41 137
Hex 3 29 89

RGB Percentages of Color #032989

%1.66
%22.65
%75.69

CMYK Percentages of Color #032989

%98
%70
%0
%46

Triadic Colors of #032989

#032989 #890329 #298903

Analogous Colors of #032989

#032989 #200389 #036c89

Monochromatic Colors of #032989

#032989

Complementary Color

#032989 #896303

#032989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#032989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#032989 Color CSS Codes

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

#032989 Text Font Color

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

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


#032989 Background Color

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

This div background color is #032989


#032989 Border Color

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

This div border color is #032989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #032989


Comments

No comments written yet.

Please login to write comment.