Shades of Medium Blue #2B0BBA
Tints of Medium Blue #2B0BBA
RGB
CMYK
RGB Variations
Color information
#2B0BBA (or 0x2B0BBA) is known color: Medium Blue. HEX triplet: 2B, 0B and BA. RGB value is (43,11,186). Sum of RGB (Red+Green+Blue) = 43+11+186=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B0BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0BBA is #D4F445. Grayscale: #272727. Windows color (decimal): -13956166 or 12192555. OLE color: 12192555.
HSL color Cylindrical-coordinate representation of color #2B0BBA: hue angle of 250.97º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0BBA is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 11 | 186 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.27 |
| HSL | 250.97º | 0.89% | 0.39% | - |
| HSV(B) | 250.97º | 0.94% | 0.73% | - |
| XYZ | 9.98 | 4.3 | 46.76 | - |
| YUV | 40.52 | 210.1 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 186 | 0.77 | 0.94 | 0 | 0.27 | 250.97 | 0.89 | 0.39 |
| Hex | 2B | B | BA | 4D | 5E | 0 | 1B | FB | 59 | 27 |
| Octal | 53 | 13 | 272 | 115 | 136 | 0 | 33 | 373 | 131 | 47 |
| Binary | 101011 | 1011 | 10111010 | 1001101 | 1011110 | 0 | 11011 | 11111011 | 1011001 | 100111 |
Color Harmonies of #2B0BBA
Complementary color
Monochromatic Colors of #2B0BBA
Black with #2B0BBA
Text Example
Text Example
White with #2B0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0BBA; }
p { color: rgb(43,11,186); }
H1.HeaderClassName
{
color: #2B0BBA;
}
.AnyTagClassName
{
color: #2B0BBA;
}
</style>
background-color css
<style>
a { background-color: #2B0BBA; }
a { background-color: rgb(43,11,186); }
div.DivClassName
{
background-color: #2B0BBA;
}
.BgClassName
{
background-color: #2B0BBA;
}
</style>
border-color css
<style>
span { border-color: #2B0BBA; }
span { border-color: rgb(43,11,186); }
td.TdClassName
{
border-color: #2B0BBA;
}
.TagClassName
{
border-color: #2B0BBA;
}
</style>