Shades of Persian Blue #222DC0
Tints of Persian Blue #222DC0
RGB
CMYK
RGB Variations
Color information
#222DC0 (or 0x222DC0) is known color: Persian Blue. HEX triplet: 22, 2D and C0. RGB value is (34,45,192). Sum of RGB (Red+Green+Blue) = 34+45+192=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 192 (75.39% from 255 or 70.85% from 271); Max value from RGB is 192 - color contains mainly: blue. Hex color #222DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222DC0 is #DDD23F. Grayscale: #393939. Windows color (decimal): -14537280 or 12594466. OLE color: 12594466.
HSL color Cylindrical-coordinate representation of color #222DC0: hue angle of 235.82º 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 #222DC0 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 45 | 192 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.25 |
| HSL | 235.82º | 0.7% | 0.44% | - |
| HSV(B) | 235.82º | 0.82% | 0.75% | - |
| XYZ | 11.11 | 6.02 | 50.45 | - |
| YUV | 58.47 | 203.36 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 192 | 0.82 | 0.77 | 0 | 0.25 | 235.82 | 0.7 | 0.44 |
| Hex | 22 | 2D | C0 | 52 | 4D | 0 | 19 | EC | 46 | 2C |
| Octal | 42 | 55 | 300 | 122 | 115 | 0 | 31 | 354 | 106 | 54 |
| Binary | 100010 | 101101 | 11000000 | 1010010 | 1001101 | 0 | 11001 | 11101100 | 1000110 | 101100 |
Color Harmonies of #222DC0
Complementary color
Monochromatic Colors of #222DC0
Black with #222DC0
Text Example
Text Example
White with #222DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222DC0; }
p { color: rgb(34,45,192); }
H1.HeaderClassName
{
color: #222DC0;
}
.AnyTagClassName
{
color: #222DC0;
}
</style>
background-color css
<style>
a { background-color: #222DC0; }
a { background-color: rgb(34,45,192); }
div.DivClassName
{
background-color: #222DC0;
}
.BgClassName
{
background-color: #222DC0;
}
</style>
border-color css
<style>
span { border-color: #222DC0; }
span { border-color: rgb(34,45,192); }
td.TdClassName
{
border-color: #222DC0;
}
.TagClassName
{
border-color: #222DC0;
}
</style>