Shades of Medium Blue #2B0BBC
Tints of Medium Blue #2B0BBC
RGB
CMYK
RGB Variations
Color information
#2B0BBC (or 0x2B0BBC) is known color: Medium Blue. HEX triplet: 2B, 0B and BC. RGB value is (43,11,188). Sum of RGB (Red+Green+Blue) = 43+11+188=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B0BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0BBC is #D4F443. Grayscale: #282828. Windows color (decimal): -13956164 or 12323627. OLE color: 12323627.
HSL color Cylindrical-coordinate representation of color #2B0BBC: hue angle of 250.85º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0BBC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 11 | 188 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.26 |
| HSL | 250.85º | 0.89% | 0.39% | - |
| HSV(B) | 250.85º | 0.94% | 0.74% | - |
| XYZ | 10.19 | 4.38 | 47.89 | - |
| YUV | 40.75 | 211.1 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 188 | 0.77 | 0.94 | 0 | 0.26 | 250.85 | 0.89 | 0.39 |
| Hex | 2B | B | BC | 4D | 5E | 0 | 1A | FB | 59 | 27 |
| Octal | 53 | 13 | 274 | 115 | 136 | 0 | 32 | 373 | 131 | 47 |
| Binary | 101011 | 1011 | 10111100 | 1001101 | 1011110 | 0 | 11010 | 11111011 | 1011001 | 100111 |
Color Harmonies of #2B0BBC
Complementary color
Monochromatic Colors of #2B0BBC
Black with #2B0BBC
Text Example
Text Example
White with #2B0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0BBC; }
p { color: rgb(43,11,188); }
H1.HeaderClassName
{
color: #2B0BBC;
}
.AnyTagClassName
{
color: #2B0BBC;
}
</style>
background-color css
<style>
a { background-color: #2B0BBC; }
a { background-color: rgb(43,11,188); }
div.DivClassName
{
background-color: #2B0BBC;
}
.BgClassName
{
background-color: #2B0BBC;
}
</style>
border-color css
<style>
span { border-color: #2B0BBC; }
span { border-color: rgb(43,11,188); }
td.TdClassName
{
border-color: #2B0BBC;
}
.TagClassName
{
border-color: #2B0BBC;
}
</style>