Shades of Persian Blue #212CEC
Tints of Persian Blue #212CEC
RGB
CMYK
RGB Variations
Color information
#212CEC (or 0x212CEC) is known color: Persian Blue. HEX triplet: 21, 2C and EC. RGB value is (33,44,236). Sum of RGB (Red+Green+Blue) = 33+44+236=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 236 (92.58% from 255 or 75.40% from 313); Max value from RGB is 236 - color contains mainly: blue. Hex color #212CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212CEC is #DED313. Grayscale: #3D3D3D. Windows color (decimal): -14603028 or 15477793. OLE color: 15477793.
HSL color Cylindrical-coordinate representation of color #212CEC: hue angle of 236.75º 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 #212CEC is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 44 | 236 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.07 |
| HSL | 236.75º | 0.84% | 0.53% | - |
| HSV(B) | 236.75º | 0.86% | 0.93% | - |
| XYZ | 16.67 | 8.18 | 80.06 | - |
| YUV | 62.6 | 225.86 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 236 | 0.86 | 0.81 | 0 | 0.07 | 236.75 | 0.84 | 0.53 |
| Hex | 21 | 2C | EC | 56 | 51 | 0 | 7 | ED | 54 | 35 |
| Octal | 41 | 54 | 354 | 126 | 121 | 0 | 7 | 355 | 124 | 65 |
| Binary | 100001 | 101100 | 11101100 | 1010110 | 1010001 | 0 | 111 | 11101101 | 1010100 | 110101 |
Color Harmonies of #212CEC
Complementary color
Monochromatic Colors of #212CEC
Black with #212CEC
Text Example
Text Example
White with #212CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CEC; }
p { color: rgb(33,44,236); }
H1.HeaderClassName
{
color: #212CEC;
}
.AnyTagClassName
{
color: #212CEC;
}
</style>
background-color css
<style>
a { background-color: #212CEC; }
a { background-color: rgb(33,44,236); }
div.DivClassName
{
background-color: #212CEC;
}
.BgClassName
{
background-color: #212CEC;
}
</style>
border-color css
<style>
span { border-color: #212CEC; }
span { border-color: rgb(33,44,236); }
td.TdClassName
{
border-color: #212CEC;
}
.TagClassName
{
border-color: #212CEC;
}
</style>