Shades of Persian Blue #211ECC
Tints of Persian Blue #211ECC
RGB
CMYK
RGB Variations
Color information
#211ECC (or 0x211ECC) is known color: Persian Blue. HEX triplet: 21, 1E and CC. RGB value is (33,30,204). Sum of RGB (Red+Green+Blue) = 33+30+204=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #211ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ECC is #DEE133. Grayscale: #323232. Windows color (decimal): -14606644 or 13377057. OLE color: 13377057.
HSL color Cylindrical-coordinate representation of color #211ECC: hue angle of 241.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211ECC is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 30 | 204 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.2 |
| HSL | 241.03º | 0.74% | 0.46% | - |
| HSV(B) | 241.03º | 0.85% | 0.8% | - |
| XYZ | 11.99 | 5.61 | 57.58 | - |
| YUV | 50.73 | 214.49 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 204 | 0.84 | 0.85 | 0 | 0.2 | 241.03 | 0.74 | 0.46 |
| Hex | 21 | 1E | CC | 54 | 55 | 0 | 14 | F1 | 4A | 2E |
| Octal | 41 | 36 | 314 | 124 | 125 | 0 | 24 | 361 | 112 | 56 |
| Binary | 100001 | 11110 | 11001100 | 1010100 | 1010101 | 0 | 10100 | 11110001 | 1001010 | 101110 |
Color Harmonies of #211ECC
Complementary color
Monochromatic Colors of #211ECC
Black with #211ECC
Text Example
Text Example
White with #211ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211ECC; }
p { color: rgb(33,30,204); }
H1.HeaderClassName
{
color: #211ECC;
}
.AnyTagClassName
{
color: #211ECC;
}
</style>
background-color css
<style>
a { background-color: #211ECC; }
a { background-color: rgb(33,30,204); }
div.DivClassName
{
background-color: #211ECC;
}
.BgClassName
{
background-color: #211ECC;
}
</style>
border-color css
<style>
span { border-color: #211ECC; }
span { border-color: rgb(33,30,204); }
td.TdClassName
{
border-color: #211ECC;
}
.TagClassName
{
border-color: #211ECC;
}
</style>