Shades of Persian Blue #222CC9
Tints of Persian Blue #222CC9
RGB
CMYK
RGB Variations
Color information
#222CC9 (or 0x222CC9) is known color: Persian Blue. HEX triplet: 22, 2C and C9. RGB value is (34,44,201). Sum of RGB (Red+Green+Blue) = 34+44+201=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #222CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222CC9 is #DDD336. Grayscale: #3A3A3A. Windows color (decimal): -14537527 or 13184034. OLE color: 13184034.
HSL color Cylindrical-coordinate representation of color #222CC9: hue angle of 236.41º 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 #222CC9 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 44 | 201 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.21 |
| HSL | 236.41º | 0.71% | 0.46% | - |
| HSV(B) | 236.41º | 0.83% | 0.79% | - |
| XYZ | 12.1 | 6.36 | 55.85 | - |
| YUV | 58.91 | 208.19 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 201 | 0.83 | 0.78 | 0 | 0.21 | 236.41 | 0.71 | 0.46 |
| Hex | 22 | 2C | C9 | 53 | 4E | 0 | 15 | EC | 47 | 2E |
| Octal | 42 | 54 | 311 | 123 | 116 | 0 | 25 | 354 | 107 | 56 |
| Binary | 100010 | 101100 | 11001001 | 1010011 | 1001110 | 0 | 10101 | 11101100 | 1000111 | 101110 |
Color Harmonies of #222CC9
Complementary color
Monochromatic Colors of #222CC9
Black with #222CC9
Text Example
Text Example
White with #222CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222CC9; }
p { color: rgb(34,44,201); }
H1.HeaderClassName
{
color: #222CC9;
}
.AnyTagClassName
{
color: #222CC9;
}
</style>
background-color css
<style>
a { background-color: #222CC9; }
a { background-color: rgb(34,44,201); }
div.DivClassName
{
background-color: #222CC9;
}
.BgClassName
{
background-color: #222CC9;
}
</style>
border-color css
<style>
span { border-color: #222CC9; }
span { border-color: rgb(34,44,201); }
td.TdClassName
{
border-color: #222CC9;
}
.TagClassName
{
border-color: #222CC9;
}
</style>