Shades of Persian Blue #2121DB
Tints of Persian Blue #2121DB
RGB
CMYK
RGB Variations
Color information
#2121DB (or 0x2121DB) is known color: Persian Blue. HEX triplet: 21, 21 and DB. RGB value is (33,33,219). Sum of RGB (Red+Green+Blue) = 33+33+219=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 33 (13.28% from 255 or 11.58% 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 #2121DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2121DB is #DEDE24. Grayscale: #353535. Windows color (decimal): -14605861 or 14360865. OLE color: 14360865.
HSL color Cylindrical-coordinate representation of color #2121DB: hue angle of 240º degrees, saturation: 0.74, 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 #2121DB is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 33 | 219 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.14 |
| HSL | 240º | 0.74% | 0.49% | - |
| HSV(B) | 240º | 0.85% | 0.86% | - |
| XYZ | 13.96 | 6.53 | 67.54 | - |
| YUV | 54.2 | 221 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 219 | 0.85 | 0.85 | 0 | 0.14 | 240 | 0.74 | 0.49 |
| Hex | 21 | 21 | DB | 55 | 55 | 0 | E | F0 | 4A | 31 |
| Octal | 41 | 41 | 333 | 125 | 125 | 0 | 16 | 360 | 112 | 61 |
| Binary | 100001 | 100001 | 11011011 | 1010101 | 1010101 | 0 | 1110 | 11110000 | 1001010 | 110001 |
Color Harmonies of #2121DB
Complementary color
Monochromatic Colors of #2121DB
Black with #2121DB
Text Example
Text Example
White with #2121DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2121DB; }
p { color: rgb(33,33,219); }
H1.HeaderClassName
{
color: #2121DB;
}
.AnyTagClassName
{
color: #2121DB;
}
</style>
background-color css
<style>
a { background-color: #2121DB; }
a { background-color: rgb(33,33,219); }
div.DivClassName
{
background-color: #2121DB;
}
.BgClassName
{
background-color: #2121DB;
}
</style>
border-color css
<style>
span { border-color: #2121DB; }
span { border-color: rgb(33,33,219); }
td.TdClassName
{
border-color: #2121DB;
}
.TagClassName
{
border-color: #2121DB;
}
</style>