#2221AE

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

Shades of Persian Blue #2221AE

Tints of Persian Blue #2221AE

Color information

#2221AE (or 0x2221AE) is unknown color: approx Persian Blue. HEX triplet: 22, 21 and AE. RGB value is (34,33,174). Sum of RGB (Red+Green+Blue) = 34+33+174=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 33 (13.28% from 255 or 13.69% 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 #2221AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2221AE is #DDDE51. Grayscale: #303030. Windows color (decimal): -14540370 or 11411746. OLE color: 11411746.

HSL color Cylindrical-coordinate representation of color #2221AE: hue angle of 240.43º 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 #2221AE is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3433174-
CMYK0.800.8100.32
HSL240.43º68.12%40.59%-
HSV(B)240.43º81.03%68.24%-
XYZ8.844.4840.44-
YUV49.37198.33117.04-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34331740.800.8100.32240.4368.1240.59
Hex2221AE5051020f04429
Octal424125612012104036010451
Binary10001010000110101110101000010100010100000111100001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2221AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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