#2122AE

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

Shades of Persian Blue #2122AE

Tints of Persian Blue #2122AE

Color information

#2122AE (or 0x2122AE) is unknown color: approx Persian Blue. HEX triplet: 21, 22 and AE. RGB value is (33,34,174). Sum of RGB (Red+Green+Blue) = 33+34+174=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #2122AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2122AE is #DEDD51. Grayscale: #313131. Windows color (decimal): -14605650 or 11412001. OLE color: 11412001.

HSL color Cylindrical-coordinate representation of color #2122AE: hue angle of 239.57º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2122AE is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3334174-
CMYK0.810.8000.32
HSL239.57º68.12%40.59%-
HSV(B)239.57º81.03%68.24%-
XYZ8.844.5240.45-
YUV49.66198.17116.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 34 (13.67% from 255) = 14.11%
BLUE value IS 174 (68.36% from 255) = 72.20%
R=13.69%
G=14.11%
B=72.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33341740.810.8000.32239.5768.1240.59
Hex2122AE5150020f04429
Octal414225612112004036010451
Binary10000110001010101110101000110100000100000111100001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2122AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2122AE; }

 p { color: rgb(33,34,174); }

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

<style>
 a { background-color: #2122AE; }

 a { background-color: rgb(33,34,174); }

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

<style>
 span { border-color: #2122AE; }

 span { border-color: rgb(33,34,174); }

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