Color Hex Logo

#3303aa Color Hex

#3303AA
(51,3,170)
0 Favorites   0 Comments

Color spaces of #3303aa

RGB 513170
HSL0.710.970.34
HSV257°98°67°
CMYK 0.700.980.00   0.33
XYZ8.65353.671238.2827
Yxy3.67120.17100.0725
Hunter Lab19.160447.0862-105.0500
CIE-Lab22.553258.7560-74.6887

#3303aa color RGB value is (51,3,170).

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

The process color (four color CMYK) of #3303aa color hex is 0.70, 0.98, 0.00, 0.33. Web safe color of #3303aa is #330099. Color #3303aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000011 10101010
Octal 63 3 252
Decimal 51 3 170
Hex 33 3 AA

RGB Percentages of Color #3303aa

%22.77
%1.34
%75.89

CMYK Percentages of Color #3303aa

%70
%98
%0
%33

Triadic Colors of #3303aa

#3303aa #aa3303 #03aa33

Analogous Colors of #3303aa

#3303aa #8703aa #0327aa

Monochromatic Colors of #3303aa

#3303aa

Complementary Color

#3303aa #7aaa03

#3303aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3303aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3303aa Color CSS Codes

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

#3303aa Text Font Color

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

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


#3303aa Background Color

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

This div background color is #3303aa


#3303aa Border Color

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

This div border color is #3303aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,3,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 #3303aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3303aa


Comments

No comments written yet.

Please login to write comment.