Shades of Persian Blue #2223DB
Tints of Persian Blue #2223DB
RGB
CMYK
RGB Variations
Color information
#2223DB (or 0x2223DB) is known color: Persian Blue. HEX triplet: 22, 23 and DB. RGB value is (34,35,219). Sum of RGB (Red+Green+Blue) = 34+35+219=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 219 (85.94% from 255 or 76.04% from 288); Max value from RGB is 219 - color contains mainly: blue. Hex color #2223DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2223DB is #DDDC24. Grayscale: #363636. Windows color (decimal): -14539813 or 14361378. OLE color: 14361378.
HSL color Cylindrical-coordinate representation of color #2223DB: hue angle of 239.68º 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 #2223DB is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 35 | 219 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.14 |
| HSL | 239.68º | 0.73% | 0.5% | - |
| HSV(B) | 239.68º | 0.84% | 0.86% | - |
| XYZ | 14.05 | 6.66 | 67.56 | - |
| YUV | 55.68 | 220.17 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 219 | 0.84 | 0.84 | 0 | 0.14 | 239.68 | 0.73 | 0.5 |
| Hex | 22 | 23 | DB | 54 | 54 | 0 | E | F0 | 49 | 32 |
| Octal | 42 | 43 | 333 | 124 | 124 | 0 | 16 | 360 | 111 | 62 |
| Binary | 100010 | 100011 | 11011011 | 1010100 | 1010100 | 0 | 1110 | 11110000 | 1001001 | 110010 |
Color Harmonies of #2223DB
Complementary color
Monochromatic Colors of #2223DB
Black with #2223DB
Text Example
Text Example
White with #2223DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2223DB; }
p { color: rgb(34,35,219); }
H1.HeaderClassName
{
color: #2223DB;
}
.AnyTagClassName
{
color: #2223DB;
}
</style>
background-color css
<style>
a { background-color: #2223DB; }
a { background-color: rgb(34,35,219); }
div.DivClassName
{
background-color: #2223DB;
}
.BgClassName
{
background-color: #2223DB;
}
</style>
border-color css
<style>
span { border-color: #2223DB; }
span { border-color: rgb(34,35,219); }
td.TdClassName
{
border-color: #2223DB;
}
.TagClassName
{
border-color: #2223DB;
}
</style>