Shades of Persian Blue #2116BB
Tints of Persian Blue #2116BB
RGB
CMYK
RGB Variations
Color information
#2116BB (or 0x2116BB) is known color: Persian Blue. HEX triplet: 21, 16 and BB. RGB value is (33,22,187). Sum of RGB (Red+Green+Blue) = 33+22+187=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #2116BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2116BB is #DEE944. Grayscale: #2B2B2B. Windows color (decimal): -14608709 or 12260897. OLE color: 12260897.
HSL color Cylindrical-coordinate representation of color #2116BB: hue angle of 244º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2116BB is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 22 | 187 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.27 |
| HSL | 244º | 0.79% | 0.41% | - |
| HSV(B) | 244º | 0.88% | 0.73% | - |
| XYZ | 9.88 | 4.49 | 47.36 | - |
| YUV | 44.1 | 208.64 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 187 | 0.82 | 0.88 | 0 | 0.27 | 244 | 0.79 | 0.41 |
| Hex | 21 | 16 | BB | 52 | 58 | 0 | 1B | F4 | 4F | 29 |
| Octal | 41 | 26 | 273 | 122 | 130 | 0 | 33 | 364 | 117 | 51 |
| Binary | 100001 | 10110 | 10111011 | 1010010 | 1011000 | 0 | 11011 | 11110100 | 1001111 | 101001 |
Color Harmonies of #2116BB
Complementary color
Monochromatic Colors of #2116BB
Black with #2116BB
Text Example
Text Example
White with #2116BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2116BB; }
p { color: rgb(33,22,187); }
H1.HeaderClassName
{
color: #2116BB;
}
.AnyTagClassName
{
color: #2116BB;
}
</style>
background-color css
<style>
a { background-color: #2116BB; }
a { background-color: rgb(33,22,187); }
div.DivClassName
{
background-color: #2116BB;
}
.BgClassName
{
background-color: #2116BB;
}
</style>
border-color css
<style>
span { border-color: #2116BB; }
span { border-color: rgb(33,22,187); }
td.TdClassName
{
border-color: #2116BB;
}
.TagClassName
{
border-color: #2116BB;
}
</style>