Shades of Persian Blue #222FEC
Tints of Persian Blue #222FEC
RGB
CMYK
RGB Variations
Color information
#222FEC (or 0x222FEC) is known color: Persian Blue. HEX triplet: 22, 2F and EC. RGB value is (34,47,236). Sum of RGB (Red+Green+Blue) = 34+47+236=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #222FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222FEC is #DDD013. Grayscale: #3F3F3F. Windows color (decimal): -14536724 or 15478562. OLE color: 15478562.
HSL color Cylindrical-coordinate representation of color #222FEC: hue angle of 236.14º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #222FEC is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 47 | 236 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.07 |
| HSL | 236.14º | 0.84% | 0.53% | - |
| HSV(B) | 236.14º | 0.86% | 0.93% | - |
| XYZ | 16.82 | 8.43 | 80.1 | - |
| YUV | 64.66 | 224.69 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 236 | 0.86 | 0.80 | 0 | 0.07 | 236.14 | 0.84 | 0.53 |
| Hex | 22 | 2F | EC | 56 | 50 | 0 | 7 | EC | 54 | 35 |
| Octal | 42 | 57 | 354 | 126 | 120 | 0 | 7 | 354 | 124 | 65 |
| Binary | 100010 | 101111 | 11101100 | 1010110 | 1010000 | 0 | 111 | 11101100 | 1010100 | 110101 |
Color Harmonies of #222FEC
Complementary color
Monochromatic Colors of #222FEC
Black with #222FEC
Text Example
Text Example
White with #222FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222FEC; }
p { color: rgb(34,47,236); }
H1.HeaderClassName
{
color: #222FEC;
}
.AnyTagClassName
{
color: #222FEC;
}
</style>
background-color css
<style>
a { background-color: #222FEC; }
a { background-color: rgb(34,47,236); }
div.DivClassName
{
background-color: #222FEC;
}
.BgClassName
{
background-color: #222FEC;
}
</style>
border-color css
<style>
span { border-color: #222FEC; }
span { border-color: rgb(34,47,236); }
td.TdClassName
{
border-color: #222FEC;
}
.TagClassName
{
border-color: #222FEC;
}
</style>