Shades of Persian Blue #212DDE
Tints of Persian Blue #212DDE
RGB
CMYK
RGB Variations
Color information
#212DDE (or 0x212DDE) is known color: Persian Blue. HEX triplet: 21, 2D and DE. RGB value is (33,45,222). Sum of RGB (Red+Green+Blue) = 33+45+222=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #212DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212DDE is #DED221. Grayscale: #3C3C3C. Windows color (decimal): -14602786 or 14560545. OLE color: 14560545.
HSL color Cylindrical-coordinate representation of color #212DDE: hue angle of 236.19º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212DDE is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 45 | 222 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.13 |
| HSL | 236.19º | 0.74% | 0.5% | - |
| HSV(B) | 236.19º | 0.85% | 0.87% | - |
| XYZ | 14.75 | 7.47 | 69.77 | - |
| YUV | 61.59 | 218.52 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 222 | 0.85 | 0.80 | 0 | 0.13 | 236.19 | 0.74 | 0.5 |
| Hex | 21 | 2D | DE | 55 | 50 | 0 | D | EC | 4A | 32 |
| Octal | 41 | 55 | 336 | 125 | 120 | 0 | 15 | 354 | 112 | 62 |
| Binary | 100001 | 101101 | 11011110 | 1010101 | 1010000 | 0 | 1101 | 11101100 | 1001010 | 110010 |
Color Harmonies of #212DDE
Complementary color
Monochromatic Colors of #212DDE
Black with #212DDE
Text Example
Text Example
White with #212DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212DDE; }
p { color: rgb(33,45,222); }
H1.HeaderClassName
{
color: #212DDE;
}
.AnyTagClassName
{
color: #212DDE;
}
</style>
background-color css
<style>
a { background-color: #212DDE; }
a { background-color: rgb(33,45,222); }
div.DivClassName
{
background-color: #212DDE;
}
.BgClassName
{
background-color: #212DDE;
}
</style>
border-color css
<style>
span { border-color: #212DDE; }
span { border-color: rgb(33,45,222); }
td.TdClassName
{
border-color: #212DDE;
}
.TagClassName
{
border-color: #212DDE;
}
</style>