Shades of Persian Blue #222CDE
Tints of Persian Blue #222CDE
RGB
CMYK
RGB Variations
Color information
#222CDE (or 0x222CDE) is known color: Persian Blue. HEX triplet: 22, 2C and DE. RGB value is (34,44,222). Sum of RGB (Red+Green+Blue) = 34+44+222=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #222CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222CDE is #DDD321. Grayscale: #3C3C3C. Windows color (decimal): -14537506 or 14560290. OLE color: 14560290.
HSL color Cylindrical-coordinate representation of color #222CDE: hue angle of 236.81º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222CDE is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 44 | 222 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.13 |
| HSL | 236.81º | 0.74% | 0.5% | - |
| HSV(B) | 236.81º | 0.85% | 0.87% | - |
| XYZ | 14.75 | 7.42 | 69.76 | - |
| YUV | 61.3 | 218.69 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 222 | 0.85 | 0.80 | 0 | 0.13 | 236.81 | 0.74 | 0.5 |
| Hex | 22 | 2C | DE | 55 | 50 | 0 | D | ED | 4A | 32 |
| Octal | 42 | 54 | 336 | 125 | 120 | 0 | 15 | 355 | 112 | 62 |
| Binary | 100010 | 101100 | 11011110 | 1010101 | 1010000 | 0 | 1101 | 11101101 | 1001010 | 110010 |
Color Harmonies of #222CDE
Complementary color
Monochromatic Colors of #222CDE
Black with #222CDE
Text Example
Text Example
White with #222CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222CDE; }
p { color: rgb(34,44,222); }
H1.HeaderClassName
{
color: #222CDE;
}
.AnyTagClassName
{
color: #222CDE;
}
</style>
background-color css
<style>
a { background-color: #222CDE; }
a { background-color: rgb(34,44,222); }
div.DivClassName
{
background-color: #222CDE;
}
.BgClassName
{
background-color: #222CDE;
}
</style>
border-color css
<style>
span { border-color: #222CDE; }
span { border-color: rgb(34,44,222); }
td.TdClassName
{
border-color: #222CDE;
}
.TagClassName
{
border-color: #222CDE;
}
</style>