Shades of Persian Blue #222FE0
Tints of Persian Blue #222FE0
RGB
CMYK
RGB Variations
Color information
#222FE0 (or 0x222FE0) is known color: Persian Blue. HEX triplet: 22, 2F and E0. RGB value is (34,47,224). Sum of RGB (Red+Green+Blue) = 34+47+224=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #222FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222FE0 is #DDD01F. Grayscale: #3E3E3E. Windows color (decimal): -14536736 or 14692130. OLE color: 14692130.
HSL color Cylindrical-coordinate representation of color #222FE0: hue angle of 235.89º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222FE0 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 47 | 224 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.12 |
| HSL | 235.89º | 0.75% | 0.51% | - |
| HSV(B) | 235.89º | 0.85% | 0.88% | - |
| XYZ | 15.13 | 7.75 | 71.22 | - |
| YUV | 63.29 | 218.69 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 224 | 0.85 | 0.79 | 0 | 0.12 | 235.89 | 0.75 | 0.51 |
| Hex | 22 | 2F | E0 | 55 | 4F | 0 | C | EC | 4B | 33 |
| Octal | 42 | 57 | 340 | 125 | 117 | 0 | 14 | 354 | 113 | 63 |
| Binary | 100010 | 101111 | 11100000 | 1010101 | 1001111 | 0 | 1100 | 11101100 | 1001011 | 110011 |
Color Harmonies of #222FE0
Complementary color
Monochromatic Colors of #222FE0
Black with #222FE0
Text Example
Text Example
White with #222FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222FE0; }
p { color: rgb(34,47,224); }
H1.HeaderClassName
{
color: #222FE0;
}
.AnyTagClassName
{
color: #222FE0;
}
</style>
background-color css
<style>
a { background-color: #222FE0; }
a { background-color: rgb(34,47,224); }
div.DivClassName
{
background-color: #222FE0;
}
.BgClassName
{
background-color: #222FE0;
}
</style>
border-color css
<style>
span { border-color: #222FE0; }
span { border-color: rgb(34,47,224); }
td.TdClassName
{
border-color: #222FE0;
}
.TagClassName
{
border-color: #222FE0;
}
</style>