Shades of Persian Blue #213ED2
Tints of Persian Blue #213ED2
RGB
CMYK
RGB Variations
Color information
#213ED2 (or 0x213ED2) is known color: Persian Blue. HEX triplet: 21, 3E and D2. RGB value is (33,62,210). Sum of RGB (Red+Green+Blue) = 33+62+210=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 210 (82.42% from 255 or 68.85% from 305); Max value from RGB is 210 - color contains mainly: blue. Hex color #213ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213ED2 is #DEC12D. Grayscale: #454545. Windows color (decimal): -14598446 or 13778465. OLE color: 13778465.
HSL color Cylindrical-coordinate representation of color #213ED2: hue angle of 230.17º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213ED2 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 62 | 210 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.18 |
| HSL | 230.17º | 0.73% | 0.48% | - |
| HSV(B) | 230.17º | 0.84% | 0.82% | - |
| XYZ | 13.98 | 8.42 | 61.86 | - |
| YUV | 70.2 | 206.89 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 210 | 0.84 | 0.70 | 0 | 0.18 | 230.17 | 0.73 | 0.48 |
| Hex | 21 | 3E | D2 | 54 | 46 | 0 | 12 | E6 | 49 | 30 |
| Octal | 41 | 76 | 322 | 124 | 106 | 0 | 22 | 346 | 111 | 60 |
| Binary | 100001 | 111110 | 11010010 | 1010100 | 1000110 | 0 | 10010 | 11100110 | 1001001 | 110000 |
Color Harmonies of #213ED2
Complementary color
Monochromatic Colors of #213ED2
Black with #213ED2
Text Example
Text Example
White with #213ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213ED2; }
p { color: rgb(33,62,210); }
H1.HeaderClassName
{
color: #213ED2;
}
.AnyTagClassName
{
color: #213ED2;
}
</style>
background-color css
<style>
a { background-color: #213ED2; }
a { background-color: rgb(33,62,210); }
div.DivClassName
{
background-color: #213ED2;
}
.BgClassName
{
background-color: #213ED2;
}
</style>
border-color css
<style>
span { border-color: #213ED2; }
span { border-color: rgb(33,62,210); }
td.TdClassName
{
border-color: #213ED2;
}
.TagClassName
{
border-color: #213ED2;
}
</style>