Shades of Persian Blue #2220DB
Tints of Persian Blue #2220DB
RGB
CMYK
RGB Variations
Color information
#2220DB (or 0x2220DB) is known color: Persian Blue. HEX triplet: 22, 20 and DB. RGB value is (34,32,219). Sum of RGB (Red+Green+Blue) = 34+32+219=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #2220DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2220DB is #DDDF24. Grayscale: #353535. Windows color (decimal): -14540581 or 14360610. OLE color: 14360610.
HSL color Cylindrical-coordinate representation of color #2220DB: hue angle of 240.64º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2220DB is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 32 | 219 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.14 |
| HSL | 240.64º | 0.75% | 0.49% | - |
| HSV(B) | 240.64º | 0.85% | 0.86% | - |
| XYZ | 13.96 | 6.49 | 67.53 | - |
| YUV | 53.92 | 221.16 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 219 | 0.84 | 0.85 | 0 | 0.14 | 240.64 | 0.75 | 0.49 |
| Hex | 22 | 20 | DB | 54 | 55 | 0 | E | F1 | 4B | 31 |
| Octal | 42 | 40 | 333 | 124 | 125 | 0 | 16 | 361 | 113 | 61 |
| Binary | 100010 | 100000 | 11011011 | 1010100 | 1010101 | 0 | 1110 | 11110001 | 1001011 | 110001 |
Color Harmonies of #2220DB
Complementary color
Monochromatic Colors of #2220DB
Black with #2220DB
Text Example
Text Example
White with #2220DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2220DB; }
p { color: rgb(34,32,219); }
H1.HeaderClassName
{
color: #2220DB;
}
.AnyTagClassName
{
color: #2220DB;
}
</style>
background-color css
<style>
a { background-color: #2220DB; }
a { background-color: rgb(34,32,219); }
div.DivClassName
{
background-color: #2220DB;
}
.BgClassName
{
background-color: #2220DB;
}
</style>
border-color css
<style>
span { border-color: #2220DB; }
span { border-color: rgb(34,32,219); }
td.TdClassName
{
border-color: #2220DB;
}
.TagClassName
{
border-color: #2220DB;
}
</style>