Shades of Persian Blue #222CCE
Tints of Persian Blue #222CCE
RGB
CMYK
RGB Variations
Color information
#222CCE (or 0x222CCE) is known color: Persian Blue. HEX triplet: 22, 2C and CE. RGB value is (34,44,206). Sum of RGB (Red+Green+Blue) = 34+44+206=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #222CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222CCE is #DDD331. Grayscale: #3A3A3A. Windows color (decimal): -14537522 or 13511714. OLE color: 13511714.
HSL color Cylindrical-coordinate representation of color #222CCE: hue angle of 236.51º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222CCE is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 44 | 206 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.19 |
| HSL | 236.51º | 0.72% | 0.47% | - |
| HSV(B) | 236.51º | 0.83% | 0.81% | - |
| XYZ | 12.7 | 6.6 | 59 | - |
| YUV | 59.48 | 210.69 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 206 | 0.83 | 0.79 | 0 | 0.19 | 236.51 | 0.72 | 0.47 |
| Hex | 22 | 2C | CE | 53 | 4F | 0 | 13 | ED | 48 | 2F |
| Octal | 42 | 54 | 316 | 123 | 117 | 0 | 23 | 355 | 110 | 57 |
| Binary | 100010 | 101100 | 11001110 | 1010011 | 1001111 | 0 | 10011 | 11101101 | 1001000 | 101111 |
Color Harmonies of #222CCE
Complementary color
Monochromatic Colors of #222CCE
Black with #222CCE
Text Example
Text Example
White with #222CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222CCE; }
p { color: rgb(34,44,206); }
H1.HeaderClassName
{
color: #222CCE;
}
.AnyTagClassName
{
color: #222CCE;
}
</style>
background-color css
<style>
a { background-color: #222CCE; }
a { background-color: rgb(34,44,206); }
div.DivClassName
{
background-color: #222CCE;
}
.BgClassName
{
background-color: #222CCE;
}
</style>
border-color css
<style>
span { border-color: #222CCE; }
span { border-color: rgb(34,44,206); }
td.TdClassName
{
border-color: #222CCE;
}
.TagClassName
{
border-color: #222CCE;
}
</style>