Shades of Persian Blue #213EE3
Tints of Persian Blue #213EE3
RGB
CMYK
RGB Variations
Color information
#213EE3 (or 0x213EE3) is known color: Persian Blue. HEX triplet: 21, 3E and E3. RGB value is (33,62,227). Sum of RGB (Red+Green+Blue) = 33+62+227=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 227 (89.06% from 255 or 70.50% from 322); Max value from RGB is 227 - color contains mainly: blue. Hex color #213EE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213EE3 is #DEC11C. Grayscale: #474747. Windows color (decimal): -14598429 or 14892577. OLE color: 14892577.
HSL color Cylindrical-coordinate representation of color #213EE3: hue angle of 231.03º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213EE3 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 62 | 227 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.11 |
| HSL | 231.03º | 0.78% | 0.51% | - |
| HSV(B) | 231.03º | 0.85% | 0.89% | - |
| XYZ | 16.21 | 9.31 | 73.62 | - |
| YUV | 72.14 | 215.39 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 227 | 0.85 | 0.73 | 0 | 0.11 | 231.03 | 0.78 | 0.51 |
| Hex | 21 | 3E | E3 | 55 | 49 | 0 | B | E7 | 4E | 33 |
| Octal | 41 | 76 | 343 | 125 | 111 | 0 | 13 | 347 | 116 | 63 |
| Binary | 100001 | 111110 | 11100011 | 1010101 | 1001001 | 0 | 1011 | 11100111 | 1001110 | 110011 |
Color Harmonies of #213EE3
Complementary color
Monochromatic Colors of #213EE3
Black with #213EE3
Text Example
Text Example
White with #213EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213EE3; }
p { color: rgb(33,62,227); }
H1.HeaderClassName
{
color: #213EE3;
}
.AnyTagClassName
{
color: #213EE3;
}
</style>
background-color css
<style>
a { background-color: #213EE3; }
a { background-color: rgb(33,62,227); }
div.DivClassName
{
background-color: #213EE3;
}
.BgClassName
{
background-color: #213EE3;
}
</style>
border-color css
<style>
span { border-color: #213EE3; }
span { border-color: rgb(33,62,227); }
td.TdClassName
{
border-color: #213EE3;
}
.TagClassName
{
border-color: #213EE3;
}
</style>