Shades of Persian Blue #222CE7
Tints of Persian Blue #222CE7
RGB
CMYK
RGB Variations
Color information
#222CE7 (or 0x222CE7) is known color: Persian Blue. HEX triplet: 22, 2C and E7. RGB value is (34,44,231). Sum of RGB (Red+Green+Blue) = 34+44+231=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 231 (90.62% from 255 or 74.76% from 309); Max value from RGB is 231 - color contains mainly: blue. Hex color #222CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222CE7 is #DDD318. Grayscale: #3D3D3D. Windows color (decimal): -14537497 or 15150114. OLE color: 15150114.
HSL color Cylindrical-coordinate representation of color #222CE7: hue angle of 236.95º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222CE7 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 44 | 231 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.09 |
| HSL | 236.95º | 0.8% | 0.52% | - |
| HSV(B) | 236.95º | 0.85% | 0.91% | - |
| XYZ | 15.98 | 7.91 | 76.29 | - |
| YUV | 62.33 | 223.19 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 231 | 0.85 | 0.81 | 0 | 0.09 | 236.95 | 0.8 | 0.52 |
| Hex | 22 | 2C | E7 | 55 | 51 | 0 | 9 | ED | 50 | 34 |
| Octal | 42 | 54 | 347 | 125 | 121 | 0 | 11 | 355 | 120 | 64 |
| Binary | 100010 | 101100 | 11100111 | 1010101 | 1010001 | 0 | 1001 | 11101101 | 1010000 | 110100 |
Color Harmonies of #222CE7
Complementary color
Monochromatic Colors of #222CE7
Black with #222CE7
Text Example
Text Example
White with #222CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222CE7; }
p { color: rgb(34,44,231); }
H1.HeaderClassName
{
color: #222CE7;
}
.AnyTagClassName
{
color: #222CE7;
}
</style>
background-color css
<style>
a { background-color: #222CE7; }
a { background-color: rgb(34,44,231); }
div.DivClassName
{
background-color: #222CE7;
}
.BgClassName
{
background-color: #222CE7;
}
</style>
border-color css
<style>
span { border-color: #222CE7; }
span { border-color: rgb(34,44,231); }
td.TdClassName
{
border-color: #222CE7;
}
.TagClassName
{
border-color: #222CE7;
}
</style>