Shades of Persian Blue #211EBA
Tints of Persian Blue #211EBA
RGB
CMYK
RGB Variations
Color information
#211EBA (or 0x211EBA) is known color: Persian Blue. HEX triplet: 21, 1E and BA. RGB value is (33,30,186). Sum of RGB (Red+Green+Blue) = 33+30+186=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #211EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211EBA is #DEE145. Grayscale: #303030. Windows color (decimal): -14606662 or 12197409. OLE color: 12197409.
HSL color Cylindrical-coordinate representation of color #211EBA: hue angle of 241.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211EBA is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 30 | 186 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.27 |
| HSL | 241.15º | 0.72% | 0.42% | - |
| HSV(B) | 241.15º | 0.84% | 0.73% | - |
| XYZ | 9.95 | 4.8 | 46.86 | - |
| YUV | 48.68 | 205.49 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 186 | 0.82 | 0.84 | 0 | 0.27 | 241.15 | 0.72 | 0.42 |
| Hex | 21 | 1E | BA | 52 | 54 | 0 | 1B | F1 | 48 | 2A |
| Octal | 41 | 36 | 272 | 122 | 124 | 0 | 33 | 361 | 110 | 52 |
| Binary | 100001 | 11110 | 10111010 | 1010010 | 1010100 | 0 | 11011 | 11110001 | 1001000 | 101010 |
Color Harmonies of #211EBA
Complementary color
Monochromatic Colors of #211EBA
Black with #211EBA
Text Example
Text Example
White with #211EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EBA; }
p { color: rgb(33,30,186); }
H1.HeaderClassName
{
color: #211EBA;
}
.AnyTagClassName
{
color: #211EBA;
}
</style>
background-color css
<style>
a { background-color: #211EBA; }
a { background-color: rgb(33,30,186); }
div.DivClassName
{
background-color: #211EBA;
}
.BgClassName
{
background-color: #211EBA;
}
</style>
border-color css
<style>
span { border-color: #211EBA; }
span { border-color: rgb(33,30,186); }
td.TdClassName
{
border-color: #211EBA;
}
.TagClassName
{
border-color: #211EBA;
}
</style>