#3233AA

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

Shades of Persian Blue #3233AA

Tints of Persian Blue #3233AA

Color information

#3233AA (or 0x3233AA) is unknown color: approx Persian Blue. HEX triplet: 32, 33 and AA. RGB value is (50,51,170). Sum of RGB (Red+Green+Blue) = 50+51+170=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #3233AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3233AA is #CDCC55. Grayscale: #3F3F3F. Windows color (decimal): -13487190 or 11154226. OLE color: 11154226.

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

Color convert

RGB5051170-
CMYK0.710.700.33
HSL239.5º54.55%43.14%-
HSV(B)239.5º70.59%66.67%-
XYZ9.755.9538.66-
YUV64.27187.67117.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 170 (66.80% from 255) = 62.73%
R=18.45%
G=18.82%
B=62.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50511700.710.700.33239.554.5543.14
Hex3233AA4746021f0372b
Octal62632521071060413606753
Binary1100101100111010101010001111000110010000111110000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3233AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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