Shades of Persian Blue #222AD6
Tints of Persian Blue #222AD6
RGB
CMYK
RGB Variations
Color information
#222AD6 (or 0x222AD6) is known color: Persian Blue. HEX triplet: 22, 2A and D6. RGB value is (34,42,214). Sum of RGB (Red+Green+Blue) = 34+42+214=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 214 (83.98% from 255 or 73.79% from 290); Max value from RGB is 214 - color contains mainly: blue. Hex color #222AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222AD6 is #DDD529. Grayscale: #3A3A3A. Windows color (decimal): -14538026 or 14035490. OLE color: 14035490.
HSL color Cylindrical-coordinate representation of color #222AD6: hue angle of 237.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #222AD6 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 42 | 214 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.16 |
| HSL | 237.33º | 0.73% | 0.49% | - |
| HSV(B) | 237.33º | 0.84% | 0.84% | - |
| XYZ | 13.63 | 6.85 | 64.22 | - |
| YUV | 59.22 | 215.35 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 214 | 0.84 | 0.80 | 0 | 0.16 | 237.33 | 0.73 | 0.49 |
| Hex | 22 | 2A | D6 | 54 | 50 | 0 | 10 | ED | 49 | 31 |
| Octal | 42 | 52 | 326 | 124 | 120 | 0 | 20 | 355 | 111 | 61 |
| Binary | 100010 | 101010 | 11010110 | 1010100 | 1010000 | 0 | 10000 | 11101101 | 1001001 | 110001 |
Color Harmonies of #222AD6
Complementary color
Monochromatic Colors of #222AD6
Black with #222AD6
Text Example
Text Example
White with #222AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222AD6; }
p { color: rgb(34,42,214); }
H1.HeaderClassName
{
color: #222AD6;
}
.AnyTagClassName
{
color: #222AD6;
}
</style>
background-color css
<style>
a { background-color: #222AD6; }
a { background-color: rgb(34,42,214); }
div.DivClassName
{
background-color: #222AD6;
}
.BgClassName
{
background-color: #222AD6;
}
</style>
border-color css
<style>
span { border-color: #222AD6; }
span { border-color: rgb(34,42,214); }
td.TdClassName
{
border-color: #222AD6;
}
.TagClassName
{
border-color: #222AD6;
}
</style>