Shades of Persian Blue #211DBC
Tints of Persian Blue #211DBC
RGB
CMYK
RGB Variations
Color information
#211DBC (or 0x211DBC) is known color: Persian Blue. HEX triplet: 21, 1D and BC. RGB value is (33,29,188). Sum of RGB (Red+Green+Blue) = 33+29+188=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #211DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211DBC is #DEE243. Grayscale: #2F2F2F. Windows color (decimal): -14606916 or 12328225. OLE color: 12328225.
HSL color Cylindrical-coordinate representation of color #211DBC: hue angle of 241.51º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211DBC is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 29 | 188 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.26 |
| HSL | 241.51º | 0.73% | 0.43% | - |
| HSV(B) | 241.51º | 0.85% | 0.74% | - |
| XYZ | 10.14 | 4.83 | 47.98 | - |
| YUV | 48.32 | 206.83 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 188 | 0.82 | 0.85 | 0 | 0.26 | 241.51 | 0.73 | 0.43 |
| Hex | 21 | 1D | BC | 52 | 55 | 0 | 1A | F2 | 49 | 2B |
| Octal | 41 | 35 | 274 | 122 | 125 | 0 | 32 | 362 | 111 | 53 |
| Binary | 100001 | 11101 | 10111100 | 1010010 | 1010101 | 0 | 11010 | 11110010 | 1001001 | 101011 |
Color Harmonies of #211DBC
Complementary color
Monochromatic Colors of #211DBC
Black with #211DBC
Text Example
Text Example
White with #211DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211DBC; }
p { color: rgb(33,29,188); }
H1.HeaderClassName
{
color: #211DBC;
}
.AnyTagClassName
{
color: #211DBC;
}
</style>
background-color css
<style>
a { background-color: #211DBC; }
a { background-color: rgb(33,29,188); }
div.DivClassName
{
background-color: #211DBC;
}
.BgClassName
{
background-color: #211DBC;
}
</style>
border-color css
<style>
span { border-color: #211DBC; }
span { border-color: rgb(33,29,188); }
td.TdClassName
{
border-color: #211DBC;
}
.TagClassName
{
border-color: #211DBC;
}
</style>