Shades of Persian Blue #213EE0
Tints of Persian Blue #213EE0
RGB
CMYK
RGB Variations
Color information
#213EE0 (or 0x213EE0) is known color: Persian Blue. HEX triplet: 21, 3E and E0. RGB value is (33,62,224). Sum of RGB (Red+Green+Blue) = 33+62+224=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 224 (87.89% from 255 or 70.22% from 319); Max value from RGB is 224 - color contains mainly: blue. Hex color #213EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213EE0 is #DEC11F. Grayscale: #474747. Windows color (decimal): -14598432 or 14695969. OLE color: 14695969.
HSL color Cylindrical-coordinate representation of color #213EE0: hue angle of 230.89º 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 #213EE0 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 62 | 224 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.12 |
| HSL | 230.89º | 0.75% | 0.5% | - |
| HSV(B) | 230.89º | 0.85% | 0.88% | - |
| XYZ | 15.8 | 9.15 | 71.45 | - |
| YUV | 71.8 | 213.89 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 224 | 0.85 | 0.72 | 0 | 0.12 | 230.89 | 0.75 | 0.5 |
| Hex | 21 | 3E | E0 | 55 | 48 | 0 | C | E7 | 4B | 32 |
| Octal | 41 | 76 | 340 | 125 | 110 | 0 | 14 | 347 | 113 | 62 |
| Binary | 100001 | 111110 | 11100000 | 1010101 | 1001000 | 0 | 1100 | 11100111 | 1001011 | 110010 |
Color Harmonies of #213EE0
Complementary color
Monochromatic Colors of #213EE0
Black with #213EE0
Text Example
Text Example
White with #213EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213EE0; }
p { color: rgb(33,62,224); }
H1.HeaderClassName
{
color: #213EE0;
}
.AnyTagClassName
{
color: #213EE0;
}
</style>
background-color css
<style>
a { background-color: #213EE0; }
a { background-color: rgb(33,62,224); }
div.DivClassName
{
background-color: #213EE0;
}
.BgClassName
{
background-color: #213EE0;
}
</style>
border-color css
<style>
span { border-color: #213EE0; }
span { border-color: rgb(33,62,224); }
td.TdClassName
{
border-color: #213EE0;
}
.TagClassName
{
border-color: #213EE0;
}
</style>