Shades of Persian Blue #222DC8
Tints of Persian Blue #222DC8
RGB
CMYK
RGB Variations
Color information
#222DC8 (or 0x222DC8) is known color: Persian Blue. HEX triplet: 22, 2D and C8. RGB value is (34,45,200). Sum of RGB (Red+Green+Blue) = 34+45+200=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 200 (78.52% from 255 or 71.68% from 279); Max value from RGB is 200 - color contains mainly: blue. Hex color #222DC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222DC8 is #DDD237. Grayscale: #3A3A3A. Windows color (decimal): -14537272 or 13118754. OLE color: 13118754.
HSL color Cylindrical-coordinate representation of color #222DC8: hue angle of 236.02º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222DC8 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 45 | 200 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.22 |
| HSL | 236.02º | 0.71% | 0.46% | - |
| HSV(B) | 236.02º | 0.83% | 0.78% | - |
| XYZ | 12.02 | 6.39 | 55.24 | - |
| YUV | 59.38 | 207.36 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 200 | 0.83 | 0.78 | 0 | 0.22 | 236.02 | 0.71 | 0.46 |
| Hex | 22 | 2D | C8 | 53 | 4E | 0 | 16 | EC | 47 | 2E |
| Octal | 42 | 55 | 310 | 123 | 116 | 0 | 26 | 354 | 107 | 56 |
| Binary | 100010 | 101101 | 11001000 | 1010011 | 1001110 | 0 | 10110 | 11101100 | 1000111 | 101110 |
Color Harmonies of #222DC8
Complementary color
Monochromatic Colors of #222DC8
Black with #222DC8
Text Example
Text Example
White with #222DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222DC8; }
p { color: rgb(34,45,200); }
H1.HeaderClassName
{
color: #222DC8;
}
.AnyTagClassName
{
color: #222DC8;
}
</style>
background-color css
<style>
a { background-color: #222DC8; }
a { background-color: rgb(34,45,200); }
div.DivClassName
{
background-color: #222DC8;
}
.BgClassName
{
background-color: #222DC8;
}
</style>
border-color css
<style>
span { border-color: #222DC8; }
span { border-color: rgb(34,45,200); }
td.TdClassName
{
border-color: #222DC8;
}
.TagClassName
{
border-color: #222DC8;
}
</style>