Shades of Persian Blue #222ED7
Tints of Persian Blue #222ED7
RGB
CMYK
RGB Variations
Color information
#222ED7 (or 0x222ED7) is known color: Persian Blue. HEX triplet: 22, 2E and D7. RGB value is (34,46,215). Sum of RGB (Red+Green+Blue) = 34+46+215=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 215 (84.38% from 255 or 72.88% from 295); Max value from RGB is 215 - color contains mainly: blue. Hex color #222ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222ED7 is #DDD128. Grayscale: #3C3C3C. Windows color (decimal): -14537001 or 14102050. OLE color: 14102050.
HSL color Cylindrical-coordinate representation of color #222ED7: hue angle of 236.02º 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 #222ED7 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 46 | 215 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.16 |
| HSL | 236.02º | 0.73% | 0.49% | - |
| HSV(B) | 236.02º | 0.84% | 0.84% | - |
| XYZ | 13.9 | 7.2 | 64.95 | - |
| YUV | 61.68 | 214.52 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 215 | 0.84 | 0.79 | 0 | 0.16 | 236.02 | 0.73 | 0.49 |
| Hex | 22 | 2E | D7 | 54 | 4F | 0 | 10 | EC | 49 | 31 |
| Octal | 42 | 56 | 327 | 124 | 117 | 0 | 20 | 354 | 111 | 61 |
| Binary | 100010 | 101110 | 11010111 | 1010100 | 1001111 | 0 | 10000 | 11101100 | 1001001 | 110001 |
Color Harmonies of #222ED7
Complementary color
Monochromatic Colors of #222ED7
Black with #222ED7
Text Example
Text Example
White with #222ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222ED7; }
p { color: rgb(34,46,215); }
H1.HeaderClassName
{
color: #222ED7;
}
.AnyTagClassName
{
color: #222ED7;
}
</style>
background-color css
<style>
a { background-color: #222ED7; }
a { background-color: rgb(34,46,215); }
div.DivClassName
{
background-color: #222ED7;
}
.BgClassName
{
background-color: #222ED7;
}
</style>
border-color css
<style>
span { border-color: #222ED7; }
span { border-color: rgb(34,46,215); }
td.TdClassName
{
border-color: #222ED7;
}
.TagClassName
{
border-color: #222ED7;
}
</style>