Shades of Persian Blue #212CE1
Tints of Persian Blue #212CE1
RGB
CMYK
RGB Variations
Color information
#212CE1 (or 0x212CE1) is known color: Persian Blue. HEX triplet: 21, 2C and E1. RGB value is (33,44,225). Sum of RGB (Red+Green+Blue) = 33+44+225=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 225 (88.28% from 255 or 74.50% from 302); Max value from RGB is 225 - color contains mainly: blue. Hex color #212CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212CE1 is #DED31E. Grayscale: #3C3C3C. Windows color (decimal): -14603039 or 14756897. OLE color: 14756897.
HSL color Cylindrical-coordinate representation of color #212CE1: hue angle of 236.56º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212CE1 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 44 | 225 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.12 |
| HSL | 236.56º | 0.76% | 0.51% | - |
| HSV(B) | 236.56º | 0.85% | 0.88% | - |
| XYZ | 15.12 | 7.56 | 71.9 | - |
| YUV | 61.35 | 220.36 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 225 | 0.85 | 0.80 | 0 | 0.12 | 236.56 | 0.76 | 0.51 |
| Hex | 21 | 2C | E1 | 55 | 50 | 0 | C | ED | 4C | 33 |
| Octal | 41 | 54 | 341 | 125 | 120 | 0 | 14 | 355 | 114 | 63 |
| Binary | 100001 | 101100 | 11100001 | 1010101 | 1010000 | 0 | 1100 | 11101101 | 1001100 | 110011 |
Color Harmonies of #212CE1
Complementary color
Monochromatic Colors of #212CE1
Black with #212CE1
Text Example
Text Example
White with #212CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CE1; }
p { color: rgb(33,44,225); }
H1.HeaderClassName
{
color: #212CE1;
}
.AnyTagClassName
{
color: #212CE1;
}
</style>
background-color css
<style>
a { background-color: #212CE1; }
a { background-color: rgb(33,44,225); }
div.DivClassName
{
background-color: #212CE1;
}
.BgClassName
{
background-color: #212CE1;
}
</style>
border-color css
<style>
span { border-color: #212CE1; }
span { border-color: rgb(33,44,225); }
td.TdClassName
{
border-color: #212CE1;
}
.TagClassName
{
border-color: #212CE1;
}
</style>