Shades of Persian Blue #2222AB
Tints of Persian Blue #2222AB
RGB
CMYK
RGB Variations
Color information
#2222AB (or 0x2222AB) is known color: Persian Blue. HEX triplet: 22, 22 and AB. RGB value is (34,34,171). Sum of RGB (Red+Green+Blue) = 34+34+171=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #2222AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2222AB is #DDDD54. Grayscale: #313131. Windows color (decimal): -14540117 or 11215394. OLE color: 11215394.
HSL color Cylindrical-coordinate representation of color #2222AB: hue angle of 240º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2222AB is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 34 | 171 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.33 |
| HSL | 240º | 0.67% | 0.4% | - |
| HSV(B) | 240º | 0.8% | 0.67% | - |
| XYZ | 8.58 | 4.42 | 38.93 | - |
| YUV | 49.62 | 196.5 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 34 | 171 | 0.80 | 0.80 | 0 | 0.33 | 240 | 0.67 | 0.4 |
| Hex | 22 | 22 | AB | 50 | 50 | 0 | 21 | F0 | 43 | 28 |
| Octal | 42 | 42 | 253 | 120 | 120 | 0 | 41 | 360 | 103 | 50 |
| Binary | 100010 | 100010 | 10101011 | 1010000 | 1010000 | 0 | 100001 | 11110000 | 1000011 | 101000 |
Color Harmonies of #2222AB
Complementary color
Monochromatic Colors of #2222AB
Black with #2222AB
Text Example
Text Example
White with #2222AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2222AB; }
p { color: rgb(34,34,171); }
H1.HeaderClassName
{
color: #2222AB;
}
.AnyTagClassName
{
color: #2222AB;
}
</style>
background-color css
<style>
a { background-color: #2222AB; }
a { background-color: rgb(34,34,171); }
div.DivClassName
{
background-color: #2222AB;
}
.BgClassName
{
background-color: #2222AB;
}
</style>
border-color css
<style>
span { border-color: #2222AB; }
span { border-color: rgb(34,34,171); }
td.TdClassName
{
border-color: #2222AB;
}
.TagClassName
{
border-color: #2222AB;
}
</style>