Shades of Persian Blue #211ECB
Tints of Persian Blue #211ECB
RGB
CMYK
RGB Variations
Color information
#211ECB (or 0x211ECB) is known color: Persian Blue. HEX triplet: 21, 1E and CB. RGB value is (33,30,203). Sum of RGB (Red+Green+Blue) = 33+30+203=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #211ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ECB is #DEE134. Grayscale: #313131. Windows color (decimal): -14606645 or 13311521. OLE color: 13311521.
HSL color Cylindrical-coordinate representation of color #211ECB: hue angle of 241.04º 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 #211ECB is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 30 | 203 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.20 |
| HSL | 241.04º | 0.74% | 0.46% | - |
| HSV(B) | 241.04º | 0.85% | 0.8% | - |
| XYZ | 11.87 | 5.56 | 56.95 | - |
| YUV | 50.62 | 213.99 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 203 | 0.84 | 0.85 | 0 | 0.20 | 241.04 | 0.74 | 0.46 |
| Hex | 21 | 1E | CB | 54 | 55 | 0 | 14 | F1 | 4A | 2E |
| Octal | 41 | 36 | 313 | 124 | 125 | 0 | 24 | 361 | 112 | 56 |
| Binary | 100001 | 11110 | 11001011 | 1010100 | 1010101 | 0 | 10100 | 11110001 | 1001010 | 101110 |
Color Harmonies of #211ECB
Complementary color
Monochromatic Colors of #211ECB
Black with #211ECB
Text Example
Text Example
White with #211ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211ECB; }
p { color: rgb(33,30,203); }
H1.HeaderClassName
{
color: #211ECB;
}
.AnyTagClassName
{
color: #211ECB;
}
</style>
background-color css
<style>
a { background-color: #211ECB; }
a { background-color: rgb(33,30,203); }
div.DivClassName
{
background-color: #211ECB;
}
.BgClassName
{
background-color: #211ECB;
}
</style>
border-color css
<style>
span { border-color: #211ECB; }
span { border-color: rgb(33,30,203); }
td.TdClassName
{
border-color: #211ECB;
}
.TagClassName
{
border-color: #211ECB;
}
</style>