Shades of Persian Blue #211FBB
Tints of Persian Blue #211FBB
RGB
CMYK
RGB Variations
Color information
#211FBB (or 0x211FBB) is known color: Persian Blue. HEX triplet: 21, 1F and BB. RGB value is (33,31,187). Sum of RGB (Red+Green+Blue) = 33+31+187=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #211FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FBB is #DEE044. Grayscale: #303030. Windows color (decimal): -14606405 or 12263201. OLE color: 12263201.
HSL color Cylindrical-coordinate representation of color #211FBB: hue angle of 240.77º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211FBB is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 31 | 187 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.27 |
| HSL | 240.77º | 0.72% | 0.43% | - |
| HSV(B) | 240.77º | 0.83% | 0.73% | - |
| XYZ | 10.09 | 4.89 | 47.43 | - |
| YUV | 49.38 | 205.66 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 187 | 0.82 | 0.83 | 0 | 0.27 | 240.77 | 0.72 | 0.43 |
| Hex | 21 | 1F | BB | 52 | 53 | 0 | 1B | F1 | 48 | 2B |
| Octal | 41 | 37 | 273 | 122 | 123 | 0 | 33 | 361 | 110 | 53 |
| Binary | 100001 | 11111 | 10111011 | 1010010 | 1010011 | 0 | 11011 | 11110001 | 1001000 | 101011 |
Color Harmonies of #211FBB
Complementary color
Monochromatic Colors of #211FBB
Black with #211FBB
Text Example
Text Example
White with #211FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FBB; }
p { color: rgb(33,31,187); }
H1.HeaderClassName
{
color: #211FBB;
}
.AnyTagClassName
{
color: #211FBB;
}
</style>
background-color css
<style>
a { background-color: #211FBB; }
a { background-color: rgb(33,31,187); }
div.DivClassName
{
background-color: #211FBB;
}
.BgClassName
{
background-color: #211FBB;
}
</style>
border-color css
<style>
span { border-color: #211FBB; }
span { border-color: rgb(33,31,187); }
td.TdClassName
{
border-color: #211FBB;
}
.TagClassName
{
border-color: #211FBB;
}
</style>