Shades of Persian Blue #222AB9
Tints of Persian Blue #222AB9
RGB
CMYK
RGB Variations
Color information
#222AB9 (or 0x222AB9) is known color: Persian Blue. HEX triplet: 22, 2A and B9. RGB value is (34,42,185). Sum of RGB (Red+Green+Blue) = 34+42+185=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 185 (72.66% from 255 or 70.88% from 261); Max value from RGB is 185 - color contains mainly: blue. Hex color #222AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222AB9 is #DDD546. Grayscale: #373737. Windows color (decimal): -14538055 or 12134946. OLE color: 12134946.
HSL color Cylindrical-coordinate representation of color #222AB9: hue angle of 236.82º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #222AB9 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 42 | 185 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.27 |
| HSL | 236.82º | 0.69% | 0.43% | - |
| HSV(B) | 236.82º | 0.82% | 0.73% | - |
| XYZ | 10.24 | 5.5 | 46.42 | - |
| YUV | 55.91 | 200.85 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 185 | 0.82 | 0.77 | 0 | 0.27 | 236.82 | 0.69 | 0.43 |
| Hex | 22 | 2A | B9 | 52 | 4D | 0 | 1B | ED | 45 | 2B |
| Octal | 42 | 52 | 271 | 122 | 115 | 0 | 33 | 355 | 105 | 53 |
| Binary | 100010 | 101010 | 10111001 | 1010010 | 1001101 | 0 | 11011 | 11101101 | 1000101 | 101011 |
Color Harmonies of #222AB9
Complementary color
Monochromatic Colors of #222AB9
Black with #222AB9
Text Example
Text Example
White with #222AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222AB9; }
p { color: rgb(34,42,185); }
H1.HeaderClassName
{
color: #222AB9;
}
.AnyTagClassName
{
color: #222AB9;
}
</style>
background-color css
<style>
a { background-color: #222AB9; }
a { background-color: rgb(34,42,185); }
div.DivClassName
{
background-color: #222AB9;
}
.BgClassName
{
background-color: #222AB9;
}
</style>
border-color css
<style>
span { border-color: #222AB9; }
span { border-color: rgb(34,42,185); }
td.TdClassName
{
border-color: #222AB9;
}
.TagClassName
{
border-color: #222AB9;
}
</style>