Shades of Persian Blue #211EB0
Tints of Persian Blue #211EB0
RGB
CMYK
RGB Variations
Color information
#211EB0 (or 0x211EB0) is known color: Persian Blue. HEX triplet: 21, 1E and B0. RGB value is (33,30,176). Sum of RGB (Red+Green+Blue) = 33+30+176=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 176 (69.14% from 255 or 73.64% from 239); Max value from RGB is 176 - color contains mainly: blue. Hex color #211EB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211EB0 is #DEE14F. Grayscale: #2E2E2E. Windows color (decimal): -14606672 or 11542049. OLE color: 11542049.
HSL color Cylindrical-coordinate representation of color #211EB0: hue angle of 241.23º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211EB0 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 30 | 176 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.31 |
| HSL | 241.23º | 0.71% | 0.4% | - |
| HSV(B) | 241.23º | 0.83% | 0.69% | - |
| XYZ | 8.93 | 4.39 | 41.45 | - |
| YUV | 47.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 176 | 0.81 | 0.83 | 0 | 0.31 | 241.23 | 0.71 | 0.4 |
| Hex | 21 | 1E | B0 | 51 | 53 | 0 | 1F | F1 | 47 | 28 |
| Octal | 41 | 36 | 260 | 121 | 123 | 0 | 37 | 361 | 107 | 50 |
| Binary | 100001 | 11110 | 10110000 | 1010001 | 1010011 | 0 | 11111 | 11110001 | 1000111 | 101000 |
Color Harmonies of #211EB0
Complementary color
Monochromatic Colors of #211EB0
Black with #211EB0
Text Example
Text Example
White with #211EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EB0; }
p { color: rgb(33,30,176); }
H1.HeaderClassName
{
color: #211EB0;
}
.AnyTagClassName
{
color: #211EB0;
}
</style>
background-color css
<style>
a { background-color: #211EB0; }
a { background-color: rgb(33,30,176); }
div.DivClassName
{
background-color: #211EB0;
}
.BgClassName
{
background-color: #211EB0;
}
</style>
border-color css
<style>
span { border-color: #211EB0; }
span { border-color: rgb(33,30,176); }
td.TdClassName
{
border-color: #211EB0;
}
.TagClassName
{
border-color: #211EB0;
}
</style>