Shades of Persian Blue #211DB8
Tints of Persian Blue #211DB8
RGB
CMYK
RGB Variations
Color information
#211DB8 (or 0x211DB8) is known color: Persian Blue. HEX triplet: 21, 1D and B8. RGB value is (33,29,184). Sum of RGB (Red+Green+Blue) = 33+29+184=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 184 (72.27% from 255 or 74.80% from 246); Max value from RGB is 184 - color contains mainly: blue. Hex color #211DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211DB8 is #DEE247. Grayscale: #2F2F2F. Windows color (decimal): -14606920 or 12066081. OLE color: 12066081.
HSL color Cylindrical-coordinate representation of color #211DB8: hue angle of 241.55º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211DB8 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 29 | 184 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.28 |
| HSL | 241.55º | 0.73% | 0.42% | - |
| HSV(B) | 241.55º | 0.84% | 0.72% | - |
| XYZ | 9.72 | 4.66 | 45.74 | - |
| YUV | 47.87 | 204.83 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 184 | 0.82 | 0.84 | 0 | 0.28 | 241.55 | 0.73 | 0.42 |
| Hex | 21 | 1D | B8 | 52 | 54 | 0 | 1C | F2 | 49 | 2A |
| Octal | 41 | 35 | 270 | 122 | 124 | 0 | 34 | 362 | 111 | 52 |
| Binary | 100001 | 11101 | 10111000 | 1010010 | 1010100 | 0 | 11100 | 11110010 | 1001001 | 101010 |
Color Harmonies of #211DB8
Complementary color
Monochromatic Colors of #211DB8
Black with #211DB8
Text Example
Text Example
White with #211DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211DB8; }
p { color: rgb(33,29,184); }
H1.HeaderClassName
{
color: #211DB8;
}
.AnyTagClassName
{
color: #211DB8;
}
</style>
background-color css
<style>
a { background-color: #211DB8; }
a { background-color: rgb(33,29,184); }
div.DivClassName
{
background-color: #211DB8;
}
.BgClassName
{
background-color: #211DB8;
}
</style>
border-color css
<style>
span { border-color: #211DB8; }
span { border-color: rgb(33,29,184); }
td.TdClassName
{
border-color: #211DB8;
}
.TagClassName
{
border-color: #211DB8;
}
</style>