Shades of Persian Blue #222FE7
Tints of Persian Blue #222FE7
RGB
CMYK
RGB Variations
Color information
#222FE7 (or 0x222FE7) is known color: Persian Blue. HEX triplet: 22, 2F and E7. RGB value is (34,47,231). Sum of RGB (Red+Green+Blue) = 34+47+231=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 231 (90.62% from 255 or 74.04% from 312); Max value from RGB is 231 - color contains mainly: blue. Hex color #222FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222FE7 is #DDD018. Grayscale: #3F3F3F. Windows color (decimal): -14536729 or 15150882. OLE color: 15150882.
HSL color Cylindrical-coordinate representation of color #222FE7: hue angle of 236.04º 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 #222FE7 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 47 | 231 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.09 |
| HSL | 236.04º | 0.8% | 0.52% | - |
| HSV(B) | 236.04º | 0.85% | 0.91% | - |
| XYZ | 16.1 | 8.14 | 76.32 | - |
| YUV | 64.09 | 222.19 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 231 | 0.85 | 0.80 | 0 | 0.09 | 236.04 | 0.8 | 0.52 |
| Hex | 22 | 2F | E7 | 55 | 50 | 0 | 9 | EC | 50 | 34 |
| Octal | 42 | 57 | 347 | 125 | 120 | 0 | 11 | 354 | 120 | 64 |
| Binary | 100010 | 101111 | 11100111 | 1010101 | 1010000 | 0 | 1001 | 11101100 | 1010000 | 110100 |
Color Harmonies of #222FE7
Complementary color
Monochromatic Colors of #222FE7
Black with #222FE7
Text Example
Text Example
White with #222FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222FE7; }
p { color: rgb(34,47,231); }
H1.HeaderClassName
{
color: #222FE7;
}
.AnyTagClassName
{
color: #222FE7;
}
</style>
background-color css
<style>
a { background-color: #222FE7; }
a { background-color: rgb(34,47,231); }
div.DivClassName
{
background-color: #222FE7;
}
.BgClassName
{
background-color: #222FE7;
}
</style>
border-color css
<style>
span { border-color: #222FE7; }
span { border-color: rgb(34,47,231); }
td.TdClassName
{
border-color: #222FE7;
}
.TagClassName
{
border-color: #222FE7;
}
</style>