Shades of Persian Blue #222CC6
Tints of Persian Blue #222CC6
RGB
CMYK
RGB Variations
Color information
#222CC6 (or 0x222CC6) is known color: Persian Blue. HEX triplet: 22, 2C and C6. RGB value is (34,44,198). Sum of RGB (Red+Green+Blue) = 34+44+198=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 198 (77.73% from 255 or 71.74% from 276); Max value from RGB is 198 - color contains mainly: blue. Hex color #222CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222CC6 is #DDD339. Grayscale: #393939. Windows color (decimal): -14537530 or 12987426. OLE color: 12987426.
HSL color Cylindrical-coordinate representation of color #222CC6: hue angle of 236.34º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222CC6 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 44 | 198 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.22 |
| HSL | 236.34º | 0.71% | 0.45% | - |
| HSV(B) | 236.34º | 0.83% | 0.78% | - |
| XYZ | 11.75 | 6.22 | 54.01 | - |
| YUV | 58.57 | 206.69 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 198 | 0.83 | 0.78 | 0 | 0.22 | 236.34 | 0.71 | 0.45 |
| Hex | 22 | 2C | C6 | 53 | 4E | 0 | 16 | EC | 47 | 2D |
| Octal | 42 | 54 | 306 | 123 | 116 | 0 | 26 | 354 | 107 | 55 |
| Binary | 100010 | 101100 | 11000110 | 1010011 | 1001110 | 0 | 10110 | 11101100 | 1000111 | 101101 |
Color Harmonies of #222CC6
Complementary color
Monochromatic Colors of #222CC6
Black with #222CC6
Text Example
Text Example
White with #222CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222CC6; }
p { color: rgb(34,44,198); }
H1.HeaderClassName
{
color: #222CC6;
}
.AnyTagClassName
{
color: #222CC6;
}
</style>
background-color css
<style>
a { background-color: #222CC6; }
a { background-color: rgb(34,44,198); }
div.DivClassName
{
background-color: #222CC6;
}
.BgClassName
{
background-color: #222CC6;
}
</style>
border-color css
<style>
span { border-color: #222CC6; }
span { border-color: rgb(34,44,198); }
td.TdClassName
{
border-color: #222CC6;
}
.TagClassName
{
border-color: #222CC6;
}
</style>