Shades of Persian Blue #222DC9
Tints of Persian Blue #222DC9
RGB
CMYK
RGB Variations
Color information
#222DC9 (or 0x222DC9) is known color: Persian Blue. HEX triplet: 22, 2D and C9. RGB value is (34,45,201). Sum of RGB (Red+Green+Blue) = 34+45+201=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 201 (78.91% from 255 or 71.79% from 280); Max value from RGB is 201 - color contains mainly: blue. Hex color #222DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222DC9 is #DDD236. Grayscale: #3A3A3A. Windows color (decimal): -14537271 or 13184290. OLE color: 13184290.
HSL color Cylindrical-coordinate representation of color #222DC9: hue angle of 236.05º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222DC9 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 45 | 201 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.21 |
| HSL | 236.05º | 0.71% | 0.46% | - |
| HSV(B) | 236.05º | 0.83% | 0.79% | - |
| XYZ | 12.14 | 6.43 | 55.86 | - |
| YUV | 59.5 | 207.86 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 201 | 0.83 | 0.78 | 0 | 0.21 | 236.05 | 0.71 | 0.46 |
| Hex | 22 | 2D | C9 | 53 | 4E | 0 | 15 | EC | 47 | 2E |
| Octal | 42 | 55 | 311 | 123 | 116 | 0 | 25 | 354 | 107 | 56 |
| Binary | 100010 | 101101 | 11001001 | 1010011 | 1001110 | 0 | 10101 | 11101100 | 1000111 | 101110 |
Color Harmonies of #222DC9
Complementary color
Monochromatic Colors of #222DC9
Black with #222DC9
Text Example
Text Example
White with #222DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222DC9; }
p { color: rgb(34,45,201); }
H1.HeaderClassName
{
color: #222DC9;
}
.AnyTagClassName
{
color: #222DC9;
}
</style>
background-color css
<style>
a { background-color: #222DC9; }
a { background-color: rgb(34,45,201); }
div.DivClassName
{
background-color: #222DC9;
}
.BgClassName
{
background-color: #222DC9;
}
</style>
border-color css
<style>
span { border-color: #222DC9; }
span { border-color: rgb(34,45,201); }
td.TdClassName
{
border-color: #222DC9;
}
.TagClassName
{
border-color: #222DC9;
}
</style>