Shades of Persian Blue #212DDB
Tints of Persian Blue #212DDB
RGB
CMYK
RGB Variations
Color information
#212DDB (or 0x212DDB) is known color: Persian Blue. HEX triplet: 21, 2D and DB. RGB value is (33,45,219). Sum of RGB (Red+Green+Blue) = 33+45+219=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 45 (17.97% from 255 or 15.15% 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 #212DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212DDB is #DED224. Grayscale: #3C3C3C. Windows color (decimal): -14602789 or 14363937. OLE color: 14363937.
HSL color Cylindrical-coordinate representation of color #212DDB: hue angle of 236.13º 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 #212DDB is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 45 | 219 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.14 |
| HSL | 236.13º | 0.74% | 0.49% | - |
| HSV(B) | 236.13º | 0.85% | 0.86% | - |
| XYZ | 14.35 | 7.31 | 67.67 | - |
| YUV | 61.25 | 217.02 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 219 | 0.85 | 0.79 | 0 | 0.14 | 236.13 | 0.74 | 0.49 |
| Hex | 21 | 2D | DB | 55 | 4F | 0 | E | EC | 4A | 31 |
| Octal | 41 | 55 | 333 | 125 | 117 | 0 | 16 | 354 | 112 | 61 |
| Binary | 100001 | 101101 | 11011011 | 1010101 | 1001111 | 0 | 1110 | 11101100 | 1001010 | 110001 |
Color Harmonies of #212DDB
Complementary color
Monochromatic Colors of #212DDB
Black with #212DDB
Text Example
Text Example
White with #212DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212DDB; }
p { color: rgb(33,45,219); }
H1.HeaderClassName
{
color: #212DDB;
}
.AnyTagClassName
{
color: #212DDB;
}
</style>
background-color css
<style>
a { background-color: #212DDB; }
a { background-color: rgb(33,45,219); }
div.DivClassName
{
background-color: #212DDB;
}
.BgClassName
{
background-color: #212DDB;
}
</style>
border-color css
<style>
span { border-color: #212DDB; }
span { border-color: rgb(33,45,219); }
td.TdClassName
{
border-color: #212DDB;
}
.TagClassName
{
border-color: #212DDB;
}
</style>