Shades of Persian Blue #222CDD
Tints of Persian Blue #222CDD
RGB
CMYK
RGB Variations
Color information
#222CDD (or 0x222CDD) is known color: Persian Blue. HEX triplet: 22, 2C and DD. RGB value is (34,44,221). Sum of RGB (Red+Green+Blue) = 34+44+221=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #222CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222CDD is #DDD322. Grayscale: #3C3C3C. Windows color (decimal): -14537507 or 14494754. OLE color: 14494754.
HSL color Cylindrical-coordinate representation of color #222CDD: hue angle of 236.79º degrees, saturation: 0.73, 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 #222CDD is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 44 | 221 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.13 |
| HSL | 236.79º | 0.73% | 0.5% | - |
| HSV(B) | 236.79º | 0.85% | 0.87% | - |
| XYZ | 14.61 | 7.36 | 69.06 | - |
| YUV | 61.19 | 218.19 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 221 | 0.85 | 0.80 | 0 | 0.13 | 236.79 | 0.73 | 0.5 |
| Hex | 22 | 2C | DD | 55 | 50 | 0 | D | ED | 49 | 32 |
| Octal | 42 | 54 | 335 | 125 | 120 | 0 | 15 | 355 | 111 | 62 |
| Binary | 100010 | 101100 | 11011101 | 1010101 | 1010000 | 0 | 1101 | 11101101 | 1001001 | 110010 |
Color Harmonies of #222CDD
Complementary color
Monochromatic Colors of #222CDD
Black with #222CDD
Text Example
Text Example
White with #222CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222CDD; }
p { color: rgb(34,44,221); }
H1.HeaderClassName
{
color: #222CDD;
}
.AnyTagClassName
{
color: #222CDD;
}
</style>
background-color css
<style>
a { background-color: #222CDD; }
a { background-color: rgb(34,44,221); }
div.DivClassName
{
background-color: #222CDD;
}
.BgClassName
{
background-color: #222CDD;
}
</style>
border-color css
<style>
span { border-color: #222CDD; }
span { border-color: rgb(34,44,221); }
td.TdClassName
{
border-color: #222CDD;
}
.TagClassName
{
border-color: #222CDD;
}
</style>