Shades of Persian Blue #222FC0
Tints of Persian Blue #222FC0
RGB
CMYK
RGB Variations
Color information
#222FC0 (or 0x222FC0) is known color: Persian Blue. HEX triplet: 22, 2F and C0. RGB value is (34,47,192). Sum of RGB (Red+Green+Blue) = 34+47+192=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 192 (75.39% from 255 or 70.33% from 273); Max value from RGB is 192 - color contains mainly: blue. Hex color #222FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222FC0 is #DDD03F. Grayscale: #3B3B3B. Windows color (decimal): -14536768 or 12594978. OLE color: 12594978.
HSL color Cylindrical-coordinate representation of color #222FC0: hue angle of 235.06º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #222FC0 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 47 | 192 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.25 |
| HSL | 235.06º | 0.7% | 0.44% | - |
| HSV(B) | 235.06º | 0.82% | 0.75% | - |
| XYZ | 11.19 | 6.18 | 50.47 | - |
| YUV | 59.64 | 202.69 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 192 | 0.82 | 0.76 | 0 | 0.25 | 235.06 | 0.7 | 0.44 |
| Hex | 22 | 2F | C0 | 52 | 4C | 0 | 19 | EB | 46 | 2C |
| Octal | 42 | 57 | 300 | 122 | 114 | 0 | 31 | 353 | 106 | 54 |
| Binary | 100010 | 101111 | 11000000 | 1010010 | 1001100 | 0 | 11001 | 11101011 | 1000110 | 101100 |
Color Harmonies of #222FC0
Complementary color
Monochromatic Colors of #222FC0
Black with #222FC0
Text Example
Text Example
White with #222FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222FC0; }
p { color: rgb(34,47,192); }
H1.HeaderClassName
{
color: #222FC0;
}
.AnyTagClassName
{
color: #222FC0;
}
</style>
background-color css
<style>
a { background-color: #222FC0; }
a { background-color: rgb(34,47,192); }
div.DivClassName
{
background-color: #222FC0;
}
.BgClassName
{
background-color: #222FC0;
}
</style>
border-color css
<style>
span { border-color: #222FC0; }
span { border-color: rgb(34,47,192); }
td.TdClassName
{
border-color: #222FC0;
}
.TagClassName
{
border-color: #222FC0;
}
</style>