Color Hex Logo

#0324aa Color Hex

#0324AA
(3,36,170)
0 Favorites   0 Comments

Color spaces of #0324aa

RGB 336170
HSL0.630.970.34
HSV228°98°67°
CMYK 0.980.790.00   0.33
XYZ7.92414.183438.4200
Yxy4.18340.15680.0828
Hunter Lab20.453433.3616-97.0542
CIE-Lab24.268744.8554-71.8995

#0324aa color RGB value is (3,36,170).

#0324aa hex color red value is 3, green value is 36 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0324aa hue: 0.63 , saturation: 0.97 and the lightness value of 0324aa is 0.34.

The process color (four color CMYK) of #0324aa color hex is 0.98, 0.79, 0.00, 0.33. Web safe color of #0324aa is #003399. Color #0324aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00100100 10101010
Octal 3 44 252
Decimal 3 36 170
Hex 3 24 AA

RGB Percentages of Color #0324aa

%1.44
%17.22
%81.34

CMYK Percentages of Color #0324aa

%98
%79
%0
%33

Triadic Colors of #0324aa

#0324aa #aa0324 #24aa03

Analogous Colors of #0324aa

#0324aa #3603aa #0378aa

Monochromatic Colors of #0324aa

#0324aa

Complementary Color

#0324aa #aa8903

#0324aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0324aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0324aa Color CSS Codes

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

#0324aa Text Font Color

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

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


#0324aa Background Color

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

This div background color is #0324aa


#0324aa Border Color

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

This div border color is #0324aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,36,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0324aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0324aa;
  -webkit-box-shadow: 1px 1px 3px 2px #0324aa;
  box-shadow:         1px 1px 3px 2px #0324aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0324aa


Comments

No comments written yet.

Please login to write comment.