Shades of Persian Blue #222AD0
Tints of Persian Blue #222AD0
RGB
CMYK
RGB Variations
Color information
#222AD0 (or 0x222AD0) is known color: Persian Blue. HEX triplet: 22, 2A and D0. RGB value is (34,42,208). Sum of RGB (Red+Green+Blue) = 34+42+208=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 208 (81.64% from 255 or 73.24% from 284); Max value from RGB is 208 - color contains mainly: blue. Hex color #222AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222AD0 is #DDD52F. Grayscale: #393939. Windows color (decimal): -14538032 or 13642274. OLE color: 13642274.
HSL color Cylindrical-coordinate representation of color #222AD0: hue angle of 237.24º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #222AD0 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 42 | 208 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.18 |
| HSL | 237.24º | 0.72% | 0.47% | - |
| HSV(B) | 237.24º | 0.84% | 0.82% | - |
| XYZ | 12.87 | 6.55 | 60.26 | - |
| YUV | 58.53 | 212.35 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 208 | 0.84 | 0.80 | 0 | 0.18 | 237.24 | 0.72 | 0.47 |
| Hex | 22 | 2A | D0 | 54 | 50 | 0 | 12 | ED | 48 | 2F |
| Octal | 42 | 52 | 320 | 124 | 120 | 0 | 22 | 355 | 110 | 57 |
| Binary | 100010 | 101010 | 11010000 | 1010100 | 1010000 | 0 | 10010 | 11101101 | 1001000 | 101111 |
Color Harmonies of #222AD0
Complementary color
Monochromatic Colors of #222AD0
Black with #222AD0
Text Example
Text Example
White with #222AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222AD0; }
p { color: rgb(34,42,208); }
H1.HeaderClassName
{
color: #222AD0;
}
.AnyTagClassName
{
color: #222AD0;
}
</style>
background-color css
<style>
a { background-color: #222AD0; }
a { background-color: rgb(34,42,208); }
div.DivClassName
{
background-color: #222AD0;
}
.BgClassName
{
background-color: #222AD0;
}
</style>
border-color css
<style>
span { border-color: #222AD0; }
span { border-color: rgb(34,42,208); }
td.TdClassName
{
border-color: #222AD0;
}
.TagClassName
{
border-color: #222AD0;
}
</style>