Shades of Medium Blue #2B0AC0
Tints of Medium Blue #2B0AC0
RGB
CMYK
RGB Variations
Color information
#2B0AC0 (or 0x2B0AC0) is known color: Medium Blue. HEX triplet: 2B, 0A and C0. RGB value is (43,10,192). Sum of RGB (Red+Green+Blue) = 43+10+192=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 192 (75.39% from 255 or 78.37% from 245); Max value from RGB is 192 - color contains mainly: blue. Hex color #2B0AC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0AC0 is #D4F53F. Grayscale: #272727. Windows color (decimal): -13956416 or 12585515. OLE color: 12585515.
HSL color Cylindrical-coordinate representation of color #2B0AC0: hue angle of 250.88º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0AC0 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 10 | 192 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.25 |
| HSL | 250.88º | 0.9% | 0.4% | - |
| HSV(B) | 250.88º | 0.95% | 0.75% | - |
| XYZ | 10.62 | 4.54 | 50.19 | - |
| YUV | 40.62 | 213.43 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 192 | 0.78 | 0.95 | 0 | 0.25 | 250.88 | 0.9 | 0.4 |
| Hex | 2B | A | C0 | 4E | 5F | 0 | 19 | FB | 5A | 28 |
| Octal | 53 | 12 | 300 | 116 | 137 | 0 | 31 | 373 | 132 | 50 |
| Binary | 101011 | 1010 | 11000000 | 1001110 | 1011111 | 0 | 11001 | 11111011 | 1011010 | 101000 |
Color Harmonies of #2B0AC0
Complementary color
Monochromatic Colors of #2B0AC0
Black with #2B0AC0
Text Example
Text Example
White with #2B0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0AC0; }
p { color: rgb(43,10,192); }
H1.HeaderClassName
{
color: #2B0AC0;
}
.AnyTagClassName
{
color: #2B0AC0;
}
</style>
background-color css
<style>
a { background-color: #2B0AC0; }
a { background-color: rgb(43,10,192); }
div.DivClassName
{
background-color: #2B0AC0;
}
.BgClassName
{
background-color: #2B0AC0;
}
</style>
border-color css
<style>
span { border-color: #2B0AC0; }
span { border-color: rgb(43,10,192); }
td.TdClassName
{
border-color: #2B0AC0;
}
.TagClassName
{
border-color: #2B0AC0;
}
</style>