Shades of Persian Blue #212AE0
Tints of Persian Blue #212AE0
RGB
CMYK
RGB Variations
Color information
#212AE0 (or 0x212AE0) is known color: Persian Blue. HEX triplet: 21, 2A and E0. RGB value is (33,42,224). Sum of RGB (Red+Green+Blue) = 33+42+224=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 224 (87.89% from 255 or 74.92% from 299); Max value from RGB is 224 - color contains mainly: blue. Hex color #212AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212AE0 is #DED51F. Grayscale: #3B3B3B. Windows color (decimal): -14603552 or 14690849. OLE color: 14690849.
HSL color Cylindrical-coordinate representation of color #212AE0: hue angle of 237.17º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212AE0 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 42 | 224 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.12 |
| HSL | 237.17º | 0.75% | 0.5% | - |
| HSV(B) | 237.17º | 0.85% | 0.88% | - |
| XYZ | 14.91 | 7.36 | 71.16 | - |
| YUV | 60.06 | 220.52 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 224 | 0.85 | 0.81 | 0 | 0.12 | 237.17 | 0.75 | 0.5 |
| Hex | 21 | 2A | E0 | 55 | 51 | 0 | C | ED | 4B | 32 |
| Octal | 41 | 52 | 340 | 125 | 121 | 0 | 14 | 355 | 113 | 62 |
| Binary | 100001 | 101010 | 11100000 | 1010101 | 1010001 | 0 | 1100 | 11101101 | 1001011 | 110010 |
Color Harmonies of #212AE0
Complementary color
Monochromatic Colors of #212AE0
Black with #212AE0
Text Example
Text Example
White with #212AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AE0; }
p { color: rgb(33,42,224); }
H1.HeaderClassName
{
color: #212AE0;
}
.AnyTagClassName
{
color: #212AE0;
}
</style>
background-color css
<style>
a { background-color: #212AE0; }
a { background-color: rgb(33,42,224); }
div.DivClassName
{
background-color: #212AE0;
}
.BgClassName
{
background-color: #212AE0;
}
</style>
border-color css
<style>
span { border-color: #212AE0; }
span { border-color: rgb(33,42,224); }
td.TdClassName
{
border-color: #212AE0;
}
.TagClassName
{
border-color: #212AE0;
}
</style>