Shades of Persian Blue #211EBC
Tints of Persian Blue #211EBC
RGB
CMYK
RGB Variations
Color information
#211EBC (or 0x211EBC) is known color: Persian Blue. HEX triplet: 21, 1E and BC. RGB value is (33,30,188). Sum of RGB (Red+Green+Blue) = 33+30+188=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #211EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211EBC is #DEE143. Grayscale: #303030. Windows color (decimal): -14606660 or 12328481. OLE color: 12328481.
HSL color Cylindrical-coordinate representation of color #211EBC: hue angle of 241.14º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211EBC is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 30 | 188 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.26 |
| HSL | 241.14º | 0.72% | 0.43% | - |
| HSV(B) | 241.14º | 0.84% | 0.74% | - |
| XYZ | 10.17 | 4.88 | 47.98 | - |
| YUV | 48.91 | 206.49 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 188 | 0.82 | 0.84 | 0 | 0.26 | 241.14 | 0.72 | 0.43 |
| Hex | 21 | 1E | BC | 52 | 54 | 0 | 1A | F1 | 48 | 2B |
| Octal | 41 | 36 | 274 | 122 | 124 | 0 | 32 | 361 | 110 | 53 |
| Binary | 100001 | 11110 | 10111100 | 1010010 | 1010100 | 0 | 11010 | 11110001 | 1001000 | 101011 |
Color Harmonies of #211EBC
Complementary color
Monochromatic Colors of #211EBC
Black with #211EBC
Text Example
Text Example
White with #211EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EBC; }
p { color: rgb(33,30,188); }
H1.HeaderClassName
{
color: #211EBC;
}
.AnyTagClassName
{
color: #211EBC;
}
</style>
background-color css
<style>
a { background-color: #211EBC; }
a { background-color: rgb(33,30,188); }
div.DivClassName
{
background-color: #211EBC;
}
.BgClassName
{
background-color: #211EBC;
}
</style>
border-color css
<style>
span { border-color: #211EBC; }
span { border-color: rgb(33,30,188); }
td.TdClassName
{
border-color: #211EBC;
}
.TagClassName
{
border-color: #211EBC;
}
</style>