Shades of Persian Blue #213CEC
Tints of Persian Blue #213CEC
RGB
CMYK
RGB Variations
Color information
#213CEC (or 0x213CEC) is known color: Persian Blue. HEX triplet: 21, 3C and EC. RGB value is (33,60,236). Sum of RGB (Red+Green+Blue) = 33+60+236=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #213CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213CEC is #DEC313. Grayscale: #474747. Windows color (decimal): -14598932 or 15481889. OLE color: 15481889.
HSL color Cylindrical-coordinate representation of color #213CEC: hue angle of 232.02º 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 #213CEC is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 60 | 236 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.07 |
| HSL | 232.02º | 0.84% | 0.53% | - |
| HSV(B) | 232.02º | 0.86% | 0.93% | - |
| XYZ | 17.38 | 9.61 | 80.3 | - |
| YUV | 71.99 | 220.55 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 236 | 0.86 | 0.75 | 0 | 0.07 | 232.02 | 0.84 | 0.53 |
| Hex | 21 | 3C | EC | 56 | 4B | 0 | 7 | E8 | 54 | 35 |
| Octal | 41 | 74 | 354 | 126 | 113 | 0 | 7 | 350 | 124 | 65 |
| Binary | 100001 | 111100 | 11101100 | 1010110 | 1001011 | 0 | 111 | 11101000 | 1010100 | 110101 |
Color Harmonies of #213CEC
Complementary color
Monochromatic Colors of #213CEC
Black with #213CEC
Text Example
Text Example
White with #213CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CEC; }
p { color: rgb(33,60,236); }
H1.HeaderClassName
{
color: #213CEC;
}
.AnyTagClassName
{
color: #213CEC;
}
</style>
background-color css
<style>
a { background-color: #213CEC; }
a { background-color: rgb(33,60,236); }
div.DivClassName
{
background-color: #213CEC;
}
.BgClassName
{
background-color: #213CEC;
}
</style>
border-color css
<style>
span { border-color: #213CEC; }
span { border-color: rgb(33,60,236); }
td.TdClassName
{
border-color: #213CEC;
}
.TagClassName
{
border-color: #213CEC;
}
</style>