Shades of Persian Blue #222AD4
Tints of Persian Blue #222AD4
RGB
CMYK
RGB Variations
Color information
#222AD4 (or 0x222AD4) is known color: Persian Blue. HEX triplet: 22, 2A and D4. RGB value is (34,42,212). Sum of RGB (Red+Green+Blue) = 34+42+212=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 212 (83.20% from 255 or 73.61% from 288); Max value from RGB is 212 - color contains mainly: blue. Hex color #222AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222AD4 is #DDD52B. Grayscale: #3A3A3A. Windows color (decimal): -14538028 or 13904418. OLE color: 13904418.
HSL color Cylindrical-coordinate representation of color #222AD4: hue angle of 237.3º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #222AD4 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 42 | 212 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.17 |
| HSL | 237.3º | 0.72% | 0.48% | - |
| HSV(B) | 237.3º | 0.84% | 0.83% | - |
| XYZ | 13.37 | 6.75 | 62.89 | - |
| YUV | 58.99 | 214.35 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 212 | 0.84 | 0.80 | 0 | 0.17 | 237.3 | 0.72 | 0.48 |
| Hex | 22 | 2A | D4 | 54 | 50 | 0 | 11 | ED | 48 | 30 |
| Octal | 42 | 52 | 324 | 124 | 120 | 0 | 21 | 355 | 110 | 60 |
| Binary | 100010 | 101010 | 11010100 | 1010100 | 1010000 | 0 | 10001 | 11101101 | 1001000 | 110000 |
Color Harmonies of #222AD4
Complementary color
Monochromatic Colors of #222AD4
Black with #222AD4
Text Example
Text Example
White with #222AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222AD4; }
p { color: rgb(34,42,212); }
H1.HeaderClassName
{
color: #222AD4;
}
.AnyTagClassName
{
color: #222AD4;
}
</style>
background-color css
<style>
a { background-color: #222AD4; }
a { background-color: rgb(34,42,212); }
div.DivClassName
{
background-color: #222AD4;
}
.BgClassName
{
background-color: #222AD4;
}
</style>
border-color css
<style>
span { border-color: #222AD4; }
span { border-color: rgb(34,42,212); }
td.TdClassName
{
border-color: #222AD4;
}
.TagClassName
{
border-color: #222AD4;
}
</style>