Shades of Persian Blue #222CDB
Tints of Persian Blue #222CDB
RGB
CMYK
RGB Variations
Color information
#222CDB (or 0x222CDB) is known color: Persian Blue. HEX triplet: 22, 2C and DB. RGB value is (34,44,219). Sum of RGB (Red+Green+Blue) = 34+44+219=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #222CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222CDB is #DDD324. Grayscale: #3C3C3C. Windows color (decimal): -14537509 or 14363682. OLE color: 14363682.
HSL color Cylindrical-coordinate representation of color #222CDB: hue angle of 236.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #222CDB is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 44 | 219 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.14 |
| HSL | 236.76º | 0.73% | 0.5% | - |
| HSV(B) | 236.76º | 0.84% | 0.86% | - |
| XYZ | 14.35 | 7.26 | 67.66 | - |
| YUV | 60.96 | 217.19 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 219 | 0.84 | 0.80 | 0 | 0.14 | 236.76 | 0.73 | 0.5 |
| Hex | 22 | 2C | DB | 54 | 50 | 0 | E | ED | 49 | 32 |
| Octal | 42 | 54 | 333 | 124 | 120 | 0 | 16 | 355 | 111 | 62 |
| Binary | 100010 | 101100 | 11011011 | 1010100 | 1010000 | 0 | 1110 | 11101101 | 1001001 | 110010 |
Color Harmonies of #222CDB
Complementary color
Monochromatic Colors of #222CDB
Black with #222CDB
Text Example
Text Example
White with #222CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222CDB; }
p { color: rgb(34,44,219); }
H1.HeaderClassName
{
color: #222CDB;
}
.AnyTagClassName
{
color: #222CDB;
}
</style>
background-color css
<style>
a { background-color: #222CDB; }
a { background-color: rgb(34,44,219); }
div.DivClassName
{
background-color: #222CDB;
}
.BgClassName
{
background-color: #222CDB;
}
</style>
border-color css
<style>
span { border-color: #222CDB; }
span { border-color: rgb(34,44,219); }
td.TdClassName
{
border-color: #222CDB;
}
.TagClassName
{
border-color: #222CDB;
}
</style>