Shades of Persian Blue #212BDE
Tints of Persian Blue #212BDE
RGB
CMYK
RGB Variations
Color information
#212BDE (or 0x212BDE) is known color: Persian Blue. HEX triplet: 21, 2B and DE. RGB value is (33,43,222). Sum of RGB (Red+Green+Blue) = 33+43+222=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 222 (87.11% from 255 or 74.50% from 298); Max value from RGB is 222 - color contains mainly: blue. Hex color #212BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BDE is #DED421. Grayscale: #3B3B3B. Windows color (decimal): -14603298 or 14560033. OLE color: 14560033.
HSL color Cylindrical-coordinate representation of color #212BDE: hue angle of 236.83º 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 #212BDE is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 43 | 222 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.13 |
| HSL | 236.83º | 0.74% | 0.5% | - |
| HSV(B) | 236.83º | 0.85% | 0.87% | - |
| XYZ | 14.68 | 7.33 | 69.75 | - |
| YUV | 60.42 | 219.19 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 222 | 0.85 | 0.81 | 0 | 0.13 | 236.83 | 0.74 | 0.5 |
| Hex | 21 | 2B | DE | 55 | 51 | 0 | D | ED | 4A | 32 |
| Octal | 41 | 53 | 336 | 125 | 121 | 0 | 15 | 355 | 112 | 62 |
| Binary | 100001 | 101011 | 11011110 | 1010101 | 1010001 | 0 | 1101 | 11101101 | 1001010 | 110010 |
Color Harmonies of #212BDE
Complementary color
Monochromatic Colors of #212BDE
Black with #212BDE
Text Example
Text Example
White with #212BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212BDE; }
p { color: rgb(33,43,222); }
H1.HeaderClassName
{
color: #212BDE;
}
.AnyTagClassName
{
color: #212BDE;
}
</style>
background-color css
<style>
a { background-color: #212BDE; }
a { background-color: rgb(33,43,222); }
div.DivClassName
{
background-color: #212BDE;
}
.BgClassName
{
background-color: #212BDE;
}
</style>
border-color css
<style>
span { border-color: #212BDE; }
span { border-color: rgb(33,43,222); }
td.TdClassName
{
border-color: #212BDE;
}
.TagClassName
{
border-color: #212BDE;
}
</style>