Shades of Persian Blue #213BEC
Tints of Persian Blue #213BEC
RGB
CMYK
RGB Variations
Color information
#213BEC (or 0x213BEC) is known color: Persian Blue. HEX triplet: 21, 3B and EC. RGB value is (33,59,236). Sum of RGB (Red+Green+Blue) = 33+59+236=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #213BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213BEC is #DEC413. Grayscale: #464646. Windows color (decimal): -14599188 or 15481633. OLE color: 15481633.
HSL color Cylindrical-coordinate representation of color #213BEC: hue angle of 232.32º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213BEC is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 59 | 236 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.07 |
| HSL | 232.32º | 0.84% | 0.53% | - |
| HSV(B) | 232.32º | 0.86% | 0.93% | - |
| XYZ | 17.33 | 9.51 | 80.28 | - |
| YUV | 71.4 | 220.89 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 236 | 0.86 | 0.75 | 0 | 0.07 | 232.32 | 0.84 | 0.53 |
| Hex | 21 | 3B | EC | 56 | 4B | 0 | 7 | E8 | 54 | 35 |
| Octal | 41 | 73 | 354 | 126 | 113 | 0 | 7 | 350 | 124 | 65 |
| Binary | 100001 | 111011 | 11101100 | 1010110 | 1001011 | 0 | 111 | 11101000 | 1010100 | 110101 |
Color Harmonies of #213BEC
Complementary color
Monochromatic Colors of #213BEC
Black with #213BEC
Text Example
Text Example
White with #213BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213BEC; }
p { color: rgb(33,59,236); }
H1.HeaderClassName
{
color: #213BEC;
}
.AnyTagClassName
{
color: #213BEC;
}
</style>
background-color css
<style>
a { background-color: #213BEC; }
a { background-color: rgb(33,59,236); }
div.DivClassName
{
background-color: #213BEC;
}
.BgClassName
{
background-color: #213BEC;
}
</style>
border-color css
<style>
span { border-color: #213BEC; }
span { border-color: rgb(33,59,236); }
td.TdClassName
{
border-color: #213BEC;
}
.TagClassName
{
border-color: #213BEC;
}
</style>