Shades of Persian Blue #222CCC
Tints of Persian Blue #222CCC
RGB
CMYK
RGB Variations
Color information
#222CCC (or 0x222CCC) is known color: Persian Blue. HEX triplet: 22, 2C and CC. RGB value is (34,44,204). Sum of RGB (Red+Green+Blue) = 34+44+204=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #222CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222CCC is #DDD333. Grayscale: #3A3A3A. Windows color (decimal): -14537524 or 13380642. OLE color: 13380642.
HSL color Cylindrical-coordinate representation of color #222CCC: hue angle of 236.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222CCC is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 44 | 204 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.2 |
| HSL | 236.47º | 0.71% | 0.47% | - |
| HSV(B) | 236.47º | 0.83% | 0.8% | - |
| XYZ | 12.46 | 6.5 | 57.72 | - |
| YUV | 59.25 | 209.69 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 204 | 0.83 | 0.78 | 0 | 0.2 | 236.47 | 0.71 | 0.47 |
| Hex | 22 | 2C | CC | 53 | 4E | 0 | 14 | EC | 47 | 2F |
| Octal | 42 | 54 | 314 | 123 | 116 | 0 | 24 | 354 | 107 | 57 |
| Binary | 100010 | 101100 | 11001100 | 1010011 | 1001110 | 0 | 10100 | 11101100 | 1000111 | 101111 |
Color Harmonies of #222CCC
Complementary color
Monochromatic Colors of #222CCC
Black with #222CCC
Text Example
Text Example
White with #222CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222CCC; }
p { color: rgb(34,44,204); }
H1.HeaderClassName
{
color: #222CCC;
}
.AnyTagClassName
{
color: #222CCC;
}
</style>
background-color css
<style>
a { background-color: #222CCC; }
a { background-color: rgb(34,44,204); }
div.DivClassName
{
background-color: #222CCC;
}
.BgClassName
{
background-color: #222CCC;
}
</style>
border-color css
<style>
span { border-color: #222CCC; }
span { border-color: rgb(34,44,204); }
td.TdClassName
{
border-color: #222CCC;
}
.TagClassName
{
border-color: #222CCC;
}
</style>