Shades of Medium Blue #2B11BC
Tints of Medium Blue #2B11BC
RGB
CMYK
RGB Variations
Color information
#2B11BC (or 0x2B11BC) is known color: Medium Blue. HEX triplet: 2B, 11 and BC. RGB value is (43,17,188). Sum of RGB (Red+Green+Blue) = 43+17+188=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B11BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B11BC is #D4EE43. Grayscale: #2B2B2B. Windows color (decimal): -13954628 or 12325163. OLE color: 12325163.
HSL color Cylindrical-coordinate representation of color #2B11BC: hue angle of 249.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B11BC is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 17 | 188 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.26 |
| HSL | 249.12º | 0.83% | 0.4% | - |
| HSV(B) | 249.12º | 0.91% | 0.74% | - |
| XYZ | 10.27 | 4.55 | 47.91 | - |
| YUV | 44.27 | 209.11 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 188 | 0.77 | 0.91 | 0 | 0.26 | 249.12 | 0.83 | 0.4 |
| Hex | 2B | 11 | BC | 4D | 5B | 0 | 1A | F9 | 53 | 28 |
| Octal | 53 | 21 | 274 | 115 | 133 | 0 | 32 | 371 | 123 | 50 |
| Binary | 101011 | 10001 | 10111100 | 1001101 | 1011011 | 0 | 11010 | 11111001 | 1010011 | 101000 |
Color Harmonies of #2B11BC
Complementary color
Monochromatic Colors of #2B11BC
Black with #2B11BC
Text Example
Text Example
White with #2B11BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B11BC; }
p { color: rgb(43,17,188); }
H1.HeaderClassName
{
color: #2B11BC;
}
.AnyTagClassName
{
color: #2B11BC;
}
</style>
background-color css
<style>
a { background-color: #2B11BC; }
a { background-color: rgb(43,17,188); }
div.DivClassName
{
background-color: #2B11BC;
}
.BgClassName
{
background-color: #2B11BC;
}
</style>
border-color css
<style>
span { border-color: #2B11BC; }
span { border-color: rgb(43,17,188); }
td.TdClassName
{
border-color: #2B11BC;
}
.TagClassName
{
border-color: #2B11BC;
}
</style>