Shades of Persian Blue #213ECC
Tints of Persian Blue #213ECC
RGB
CMYK
RGB Variations
Color information
#213ECC (or 0x213ECC) is known color: Persian Blue. HEX triplet: 21, 3E and CC. RGB value is (33,62,204). Sum of RGB (Red+Green+Blue) = 33+62+204=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #213ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213ECC is #DEC133. Grayscale: #444444. Windows color (decimal): -14598452 or 13385249. OLE color: 13385249.
HSL color Cylindrical-coordinate representation of color #213ECC: hue angle of 229.82º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213ECC is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 62 | 204 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.2 |
| HSL | 229.82º | 0.72% | 0.46% | - |
| HSV(B) | 229.82º | 0.84% | 0.8% | - |
| XYZ | 13.25 | 8.13 | 58 | - |
| YUV | 69.52 | 203.89 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 204 | 0.84 | 0.70 | 0 | 0.2 | 229.82 | 0.72 | 0.46 |
| Hex | 21 | 3E | CC | 54 | 46 | 0 | 14 | E6 | 48 | 2E |
| Octal | 41 | 76 | 314 | 124 | 106 | 0 | 24 | 346 | 110 | 56 |
| Binary | 100001 | 111110 | 11001100 | 1010100 | 1000110 | 0 | 10100 | 11100110 | 1001000 | 101110 |
Color Harmonies of #213ECC
Complementary color
Monochromatic Colors of #213ECC
Black with #213ECC
Text Example
Text Example
White with #213ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213ECC; }
p { color: rgb(33,62,204); }
H1.HeaderClassName
{
color: #213ECC;
}
.AnyTagClassName
{
color: #213ECC;
}
</style>
background-color css
<style>
a { background-color: #213ECC; }
a { background-color: rgb(33,62,204); }
div.DivClassName
{
background-color: #213ECC;
}
.BgClassName
{
background-color: #213ECC;
}
</style>
border-color css
<style>
span { border-color: #213ECC; }
span { border-color: rgb(33,62,204); }
td.TdClassName
{
border-color: #213ECC;
}
.TagClassName
{
border-color: #213ECC;
}
</style>