Shades of Persian Blue #2220AB
Tints of Persian Blue #2220AB
RGB
CMYK
RGB Variations
Color information
#2220AB (or 0x2220AB) is known color: Persian Blue. HEX triplet: 22, 20 and AB. RGB value is (34,32,171). Sum of RGB (Red+Green+Blue) = 34+32+171=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #2220AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2220AB is #DDDF54. Grayscale: #2F2F2F. Windows color (decimal): -14540629 or 11214882. OLE color: 11214882.
HSL color Cylindrical-coordinate representation of color #2220AB: hue angle of 240.86º 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 #2220AB is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 32 | 171 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.33 |
| HSL | 240.86º | 0.68% | 0.4% | - |
| HSV(B) | 240.86º | 0.81% | 0.67% | - |
| XYZ | 8.53 | 4.31 | 38.91 | - |
| YUV | 48.44 | 197.16 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 171 | 0.80 | 0.81 | 0 | 0.33 | 240.86 | 0.68 | 0.4 |
| Hex | 22 | 20 | AB | 50 | 51 | 0 | 21 | F1 | 44 | 28 |
| Octal | 42 | 40 | 253 | 120 | 121 | 0 | 41 | 361 | 104 | 50 |
| Binary | 100010 | 100000 | 10101011 | 1010000 | 1010001 | 0 | 100001 | 11110001 | 1000100 | 101000 |
Color Harmonies of #2220AB
Complementary color
Monochromatic Colors of #2220AB
Black with #2220AB
Text Example
Text Example
White with #2220AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2220AB; }
p { color: rgb(34,32,171); }
H1.HeaderClassName
{
color: #2220AB;
}
.AnyTagClassName
{
color: #2220AB;
}
</style>
background-color css
<style>
a { background-color: #2220AB; }
a { background-color: rgb(34,32,171); }
div.DivClassName
{
background-color: #2220AB;
}
.BgClassName
{
background-color: #2220AB;
}
</style>
border-color css
<style>
span { border-color: #2220AB; }
span { border-color: rgb(34,32,171); }
td.TdClassName
{
border-color: #2220AB;
}
.TagClassName
{
border-color: #2220AB;
}
</style>