Shades of Persian Blue #211CBC
Tints of Persian Blue #211CBC
RGB
CMYK
RGB Variations
Color information
#211CBC (or 0x211CBC) is known color: Persian Blue. HEX triplet: 21, 1C and BC. RGB value is (33,28,188). Sum of RGB (Red+Green+Blue) = 33+28+188=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #211CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211CBC is #DEE343. Grayscale: #2F2F2F. Windows color (decimal): -14607172 or 12327969. OLE color: 12327969.
HSL color Cylindrical-coordinate representation of color #211CBC: hue angle of 241.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211CBC is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 28 | 188 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.26 |
| HSL | 241.88º | 0.74% | 0.42% | - |
| HSV(B) | 241.88º | 0.85% | 0.74% | - |
| XYZ | 10.12 | 4.78 | 47.97 | - |
| YUV | 47.74 | 207.16 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 188 | 0.82 | 0.85 | 0 | 0.26 | 241.88 | 0.74 | 0.42 |
| Hex | 21 | 1C | BC | 52 | 55 | 0 | 1A | F2 | 4A | 2A |
| Octal | 41 | 34 | 274 | 122 | 125 | 0 | 32 | 362 | 112 | 52 |
| Binary | 100001 | 11100 | 10111100 | 1010010 | 1010101 | 0 | 11010 | 11110010 | 1001010 | 101010 |
Color Harmonies of #211CBC
Complementary color
Monochromatic Colors of #211CBC
Black with #211CBC
Text Example
Text Example
White with #211CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211CBC; }
p { color: rgb(33,28,188); }
H1.HeaderClassName
{
color: #211CBC;
}
.AnyTagClassName
{
color: #211CBC;
}
</style>
background-color css
<style>
a { background-color: #211CBC; }
a { background-color: rgb(33,28,188); }
div.DivClassName
{
background-color: #211CBC;
}
.BgClassName
{
background-color: #211CBC;
}
</style>
border-color css
<style>
span { border-color: #211CBC; }
span { border-color: rgb(33,28,188); }
td.TdClassName
{
border-color: #211CBC;
}
.TagClassName
{
border-color: #211CBC;
}
</style>