#2132aa

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

Shades of Persian Blue #2132AA

Tints of Persian Blue #2132AA

Color information

#2132AA (or 0x2132AA) is unknown color: approx Persian Blue. HEX triplet: 21, 32 and AA. RGB value is (33,50,170). Sum of RGB (Red+Green+Blue) = 33+50+170=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #2132AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2132AA is #DECD55. Grayscale: #3A3A3A. Windows color (decimal): -14601558 or 11153953. OLE color: 11153953.

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

Color convert

RGB3350170-
CMYK0.810.7100.33
HSL232.55º67.49%39.8%-
HSV(B)232.55º80.59%66.67%-
XYZ9.025.5138.62-
YUV58.6190.87109.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 170 (66.80% from 255) = 67.19%
R=13.04%
G=19.76%
B=67.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33501700.810.7100.33232.5567.4939.8
Hex2132AA5147021e94328
Octal416225212110704135110350
Binary10000111001010101010101000110001110100001111010011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2132aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2132aa; }

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

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

<style>
 a { background-color: #2132aa; }

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

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

<style>
 span { border-color: #2132aa; }

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

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