Color Hex Logo

#3399aa Color Hex

#3399AA
(51,153,170)
1 Favorites   0 Comments

Color spaces of #3399aa

RGB 51153170
HSL0.520.540.43
HSV189°70°67°
CMYK 0.700.100.00   0.33
XYZ20.012226.388642.0690
Yxy26.38860.22620.2983
Hunter Lab51.3698-20.3588-12.5963
CIE-Lab58.4041-23.2517-17.3851

#3399aa color RGB value is (51,153,170). This hex color code is also a web safe color which is equal to #39A.

#3399aa hex color red value is 51, green value is 153 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3399aa hue: 0.52 , saturation: 0.54 and the lightness value of 3399aa is 0.43.

The process color (four color CMYK) of #3399aa color hex is 0.70, 0.10, 0.00, 0.33. Web safe color of #3399aa is #339999. Color #3399aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011001 10101010
Octal 63 231 252
Decimal 51 153 170
Hex 33 99 AA

RGB Percentages of Color #3399aa

%13.64
%40.91
%45.45

CMYK Percentages of Color #3399aa

%70
%10
%0
%33

Triadic Colors of #3399aa

#3399aa #aa3399 #99aa33

Analogous Colors of #3399aa

#3399aa #335daa #33aa80

Monochromatic Colors of #3399aa

#3399aa

Complementary Color

#3399aa #aa4433

#3399aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3399aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3399aa Color CSS Codes

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

#3399aa Text Font Color

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

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


#3399aa Background Color

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

This div background color is #3399aa


#3399aa Border Color

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

This div border color is #3399aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3399aa


Comments

No comments written yet.

Please login to write comment.