Shades of Persian Blue #213EDD
Tints of Persian Blue #213EDD
RGB
CMYK
RGB Variations
Color information
#213EDD (or 0x213EDD) is known color: Persian Blue. HEX triplet: 21, 3E and DD. RGB value is (33,62,221). Sum of RGB (Red+Green+Blue) = 33+62+221=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #213EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213EDD is #DEC122. Grayscale: #464646. Windows color (decimal): -14598435 or 14499361. OLE color: 14499361.
HSL color Cylindrical-coordinate representation of color #213EDD: hue angle of 230.74º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213EDD is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 62 | 221 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.13 |
| HSL | 230.74º | 0.74% | 0.5% | - |
| HSV(B) | 230.74º | 0.85% | 0.87% | - |
| XYZ | 15.4 | 8.99 | 69.33 | - |
| YUV | 71.46 | 212.39 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 221 | 0.85 | 0.72 | 0 | 0.13 | 230.74 | 0.74 | 0.5 |
| Hex | 21 | 3E | DD | 55 | 48 | 0 | D | E7 | 4A | 32 |
| Octal | 41 | 76 | 335 | 125 | 110 | 0 | 15 | 347 | 112 | 62 |
| Binary | 100001 | 111110 | 11011101 | 1010101 | 1001000 | 0 | 1101 | 11100111 | 1001010 | 110010 |
Color Harmonies of #213EDD
Complementary color
Monochromatic Colors of #213EDD
Black with #213EDD
Text Example
Text Example
White with #213EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213EDD; }
p { color: rgb(33,62,221); }
H1.HeaderClassName
{
color: #213EDD;
}
.AnyTagClassName
{
color: #213EDD;
}
</style>
background-color css
<style>
a { background-color: #213EDD; }
a { background-color: rgb(33,62,221); }
div.DivClassName
{
background-color: #213EDD;
}
.BgClassName
{
background-color: #213EDD;
}
</style>
border-color css
<style>
span { border-color: #213EDD; }
span { border-color: rgb(33,62,221); }
td.TdClassName
{
border-color: #213EDD;
}
.TagClassName
{
border-color: #213EDD;
}
</style>