#3333AA

Color #3333AA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3333AA

Tints of Persian Blue #3333AA

Color information

#3333AA (or 0x3333AA) is unknown color: approx Persian Blue. HEX triplet: 33, 33 and AA. RGB value is (51,51,170). Sum of RGB (Red+Green+Blue) = 51+51+170=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #3333AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3333AA is #CCCC55. Grayscale: #404040. Windows color (decimal): -13421654 or 11154227. OLE color: 11154227.

HSL color Cylindrical-coordinate representation of color #3333AA: hue angle of 240º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3333AA is Cyan = 0.7, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5151170-
CMYK0.70.700.33
HSL240º53.85%43.33%-
HSV(B)240º70%66.67%-
XYZ9.85.9738.67-
YUV64.57187.5118.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 18.75%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 170 (66.80% from 255) = 62.5%
R=18.75%
G=18.75%
B=62.5%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51511700.70.700.3324053.8543.33
Hex3333AA4646021f0362b
Octal63632521061060413606653
Binary1100111100111010101010001101000110010000111110000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3333AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3333AA; }

 p { color: rgb(51,51,170); }

 H1.HeaderClassName
 {
   color: #3333AA;
 }
 .AnyTagClassName
 {
   color: #3333AA;
 }
</style>
background-color css

<style>
 a { background-color: #3333AA; }

 a { background-color: rgb(51,51,170); }

 div.DivClassName
 {
   background-color: #3333AA;
 }
 .BgClassName
 {
   background-color: #3333AA;
 }
</style>
border-color css

<style>
 span { border-color: #3333AA; }

 span { border-color: rgb(51,51,170); }

 td.TdClassName
 {
   border-color: #3333AA;
 }
 .TagClassName
 {
   border-color: #3333AA;
 }
</style>