Shades of Persian Blue #212BEC
Tints of Persian Blue #212BEC
RGB
CMYK
RGB Variations
Color information
#212BEC (or 0x212BEC) is known color: Persian Blue. HEX triplet: 21, 2B and EC. RGB value is (33,43,236). Sum of RGB (Red+Green+Blue) = 33+43+236=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #212BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212BEC is #DED413. Grayscale: #3D3D3D. Windows color (decimal): -14603284 or 15477537. OLE color: 15477537.
HSL color Cylindrical-coordinate representation of color #212BEC: hue angle of 237.04º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212BEC is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 43 | 236 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.07 |
| HSL | 237.04º | 0.84% | 0.53% | - |
| HSV(B) | 237.04º | 0.86% | 0.93% | - |
| XYZ | 16.63 | 8.11 | 80.05 | - |
| YUV | 62.01 | 226.19 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 236 | 0.86 | 0.82 | 0 | 0.07 | 237.04 | 0.84 | 0.53 |
| Hex | 21 | 2B | EC | 56 | 52 | 0 | 7 | ED | 54 | 35 |
| Octal | 41 | 53 | 354 | 126 | 122 | 0 | 7 | 355 | 124 | 65 |
| Binary | 100001 | 101011 | 11101100 | 1010110 | 1010010 | 0 | 111 | 11101101 | 1010100 | 110101 |
Color Harmonies of #212BEC
Complementary color
Monochromatic Colors of #212BEC
Black with #212BEC
Text Example
Text Example
White with #212BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212BEC; }
p { color: rgb(33,43,236); }
H1.HeaderClassName
{
color: #212BEC;
}
.AnyTagClassName
{
color: #212BEC;
}
</style>
background-color css
<style>
a { background-color: #212BEC; }
a { background-color: rgb(33,43,236); }
div.DivClassName
{
background-color: #212BEC;
}
.BgClassName
{
background-color: #212BEC;
}
</style>
border-color css
<style>
span { border-color: #212BEC; }
span { border-color: rgb(33,43,236); }
td.TdClassName
{
border-color: #212BEC;
}
.TagClassName
{
border-color: #212BEC;
}
</style>