Shades of Medium Blue #2110BA
Tints of Medium Blue #2110BA
RGB
CMYK
RGB Variations
Color information
#2110BA (or 0x2110BA) is known color: Medium Blue. HEX triplet: 21, 10 and BA. RGB value is (33,16,186). Sum of RGB (Red+Green+Blue) = 33+16+186=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #2110BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2110BA is #DEEF45. Grayscale: #272727. Windows color (decimal): -14610246 or 12193825. OLE color: 12193825.
HSL color Cylindrical-coordinate representation of color #2110BA: hue angle of 246º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2110BA is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 16 | 186 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.27 |
| HSL | 246º | 0.84% | 0.4% | - |
| HSV(B) | 246º | 0.91% | 0.73% | - |
| XYZ | 9.68 | 4.24 | 46.76 | - |
| YUV | 40.46 | 210.13 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 186 | 0.82 | 0.91 | 0 | 0.27 | 246 | 0.84 | 0.4 |
| Hex | 21 | 10 | BA | 52 | 5B | 0 | 1B | F6 | 54 | 28 |
| Octal | 41 | 20 | 272 | 122 | 133 | 0 | 33 | 366 | 124 | 50 |
| Binary | 100001 | 10000 | 10111010 | 1010010 | 1011011 | 0 | 11011 | 11110110 | 1010100 | 101000 |
Color Harmonies of #2110BA
Complementary color
Monochromatic Colors of #2110BA
Black with #2110BA
Text Example
Text Example
White with #2110BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2110BA; }
p { color: rgb(33,16,186); }
H1.HeaderClassName
{
color: #2110BA;
}
.AnyTagClassName
{
color: #2110BA;
}
</style>
background-color css
<style>
a { background-color: #2110BA; }
a { background-color: rgb(33,16,186); }
div.DivClassName
{
background-color: #2110BA;
}
.BgClassName
{
background-color: #2110BA;
}
</style>
border-color css
<style>
span { border-color: #2110BA; }
span { border-color: rgb(33,16,186); }
td.TdClassName
{
border-color: #2110BA;
}
.TagClassName
{
border-color: #2110BA;
}
</style>