Shades of Persian Blue #222FC6
Tints of Persian Blue #222FC6
RGB
CMYK
RGB Variations
Color information
#222FC6 (or 0x222FC6) is known color: Persian Blue. HEX triplet: 22, 2F and C6. RGB value is (34,47,198). Sum of RGB (Red+Green+Blue) = 34+47+198=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 198 (77.73% from 255 or 70.97% from 279); Max value from RGB is 198 - color contains mainly: blue. Hex color #222FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222FC6 is #DDD039. Grayscale: #3B3B3B. Windows color (decimal): -14536762 or 12988194. OLE color: 12988194.
HSL color Cylindrical-coordinate representation of color #222FC6: hue angle of 235.24º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222FC6 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 47 | 198 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.22 |
| HSL | 235.24º | 0.71% | 0.45% | - |
| HSV(B) | 235.24º | 0.83% | 0.78% | - |
| XYZ | 11.87 | 6.45 | 54.05 | - |
| YUV | 60.33 | 205.69 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 198 | 0.83 | 0.76 | 0 | 0.22 | 235.24 | 0.71 | 0.45 |
| Hex | 22 | 2F | C6 | 53 | 4C | 0 | 16 | EB | 47 | 2D |
| Octal | 42 | 57 | 306 | 123 | 114 | 0 | 26 | 353 | 107 | 55 |
| Binary | 100010 | 101111 | 11000110 | 1010011 | 1001100 | 0 | 10110 | 11101011 | 1000111 | 101101 |
Color Harmonies of #222FC6
Complementary color
Monochromatic Colors of #222FC6
Black with #222FC6
Text Example
Text Example
White with #222FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222FC6; }
p { color: rgb(34,47,198); }
H1.HeaderClassName
{
color: #222FC6;
}
.AnyTagClassName
{
color: #222FC6;
}
</style>
background-color css
<style>
a { background-color: #222FC6; }
a { background-color: rgb(34,47,198); }
div.DivClassName
{
background-color: #222FC6;
}
.BgClassName
{
background-color: #222FC6;
}
</style>
border-color css
<style>
span { border-color: #222FC6; }
span { border-color: rgb(34,47,198); }
td.TdClassName
{
border-color: #222FC6;
}
.TagClassName
{
border-color: #222FC6;
}
</style>