Shades of Medium Blue #2B0CBC
Tints of Medium Blue #2B0CBC
RGB
CMYK
RGB Variations
Color information
#2B0CBC (or 0x2B0CBC) is known color: Medium Blue. HEX triplet: 2B, 0C and BC. RGB value is (43,12,188). Sum of RGB (Red+Green+Blue) = 43+12+188=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B0CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0CBC is #D4F343. Grayscale: #282828. Windows color (decimal): -13955908 or 12323883. OLE color: 12323883.
HSL color Cylindrical-coordinate representation of color #2B0CBC: hue angle of 250.57º degrees, saturation: 0.88, 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 #2B0CBC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 12 | 188 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.26 |
| HSL | 250.57º | 0.88% | 0.39% | - |
| HSV(B) | 250.57º | 0.94% | 0.74% | - |
| XYZ | 10.2 | 4.41 | 47.89 | - |
| YUV | 41.33 | 210.77 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 12 | 188 | 0.77 | 0.94 | 0 | 0.26 | 250.57 | 0.88 | 0.39 |
| Hex | 2B | C | BC | 4D | 5E | 0 | 1A | FB | 58 | 27 |
| Octal | 53 | 14 | 274 | 115 | 136 | 0 | 32 | 373 | 130 | 47 |
| Binary | 101011 | 1100 | 10111100 | 1001101 | 1011110 | 0 | 11010 | 11111011 | 1011000 | 100111 |
Color Harmonies of #2B0CBC
Complementary color
Monochromatic Colors of #2B0CBC
Black with #2B0CBC
Text Example
Text Example
White with #2B0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0CBC; }
p { color: rgb(43,12,188); }
H1.HeaderClassName
{
color: #2B0CBC;
}
.AnyTagClassName
{
color: #2B0CBC;
}
</style>
background-color css
<style>
a { background-color: #2B0CBC; }
a { background-color: rgb(43,12,188); }
div.DivClassName
{
background-color: #2B0CBC;
}
.BgClassName
{
background-color: #2B0CBC;
}
</style>
border-color css
<style>
span { border-color: #2B0CBC; }
span { border-color: rgb(43,12,188); }
td.TdClassName
{
border-color: #2B0CBC;
}
.TagClassName
{
border-color: #2B0CBC;
}
</style>