Shades of Persian Blue #222EE7
Tints of Persian Blue #222EE7
RGB
CMYK
RGB Variations
Color information
#222EE7 (or 0x222EE7) is known color: Persian Blue. HEX triplet: 22, 2E and E7. RGB value is (34,46,231). Sum of RGB (Red+Green+Blue) = 34+46+231=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 231 (90.62% from 255 or 74.28% from 311); Max value from RGB is 231 - color contains mainly: blue. Hex color #222EE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222EE7 is #DDD118. Grayscale: #3E3E3E. Windows color (decimal): -14536985 or 15150626. OLE color: 15150626.
HSL color Cylindrical-coordinate representation of color #222EE7: hue angle of 236.35º 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 #222EE7 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 46 | 231 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.09 |
| HSL | 236.35º | 0.8% | 0.52% | - |
| HSV(B) | 236.35º | 0.85% | 0.91% | - |
| XYZ | 16.06 | 8.06 | 76.31 | - |
| YUV | 63.5 | 222.52 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 231 | 0.85 | 0.80 | 0 | 0.09 | 236.35 | 0.8 | 0.52 |
| Hex | 22 | 2E | E7 | 55 | 50 | 0 | 9 | EC | 50 | 34 |
| Octal | 42 | 56 | 347 | 125 | 120 | 0 | 11 | 354 | 120 | 64 |
| Binary | 100010 | 101110 | 11100111 | 1010101 | 1010000 | 0 | 1001 | 11101100 | 1010000 | 110100 |
Color Harmonies of #222EE7
Complementary color
Monochromatic Colors of #222EE7
Black with #222EE7
Text Example
Text Example
White with #222EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222EE7; }
p { color: rgb(34,46,231); }
H1.HeaderClassName
{
color: #222EE7;
}
.AnyTagClassName
{
color: #222EE7;
}
</style>
background-color css
<style>
a { background-color: #222EE7; }
a { background-color: rgb(34,46,231); }
div.DivClassName
{
background-color: #222EE7;
}
.BgClassName
{
background-color: #222EE7;
}
</style>
border-color css
<style>
span { border-color: #222EE7; }
span { border-color: rgb(34,46,231); }
td.TdClassName
{
border-color: #222EE7;
}
.TagClassName
{
border-color: #222EE7;
}
</style>