#2221AB

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

Shades of Persian Blue #2221AB

Tints of Persian Blue #2221AB

Color information

#2221AB (or 0x2221AB) is unknown color: approx Persian Blue. HEX triplet: 22, 21 and AB. RGB value is (34,33,171). Sum of RGB (Red+Green+Blue) = 34+33+171=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #2221AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2221AB is #DDDE54. Grayscale: #303030. Windows color (decimal): -14540373 or 11215138. OLE color: 11215138.

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

Color convert

RGB3433171-
CMYK0.800.8100.33
HSL240.43º67.65%40%-
HSV(B)240.43º80.7%67.06%-
XYZ8.554.3738.92-
YUV49.03196.83117.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.29%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 171 (67.19% from 255) = 71.85%
R=14.29%
G=13.87%
B=71.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34331710.800.8100.33240.4367.6540
Hex2221AB5051021f04428
Octal424125312012104136010450
Binary10001010000110101011101000010100010100001111100001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2221AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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