Shades of Medium Blue #2A0BBA
Tints of Medium Blue #2A0BBA
RGB
CMYK
RGB Variations
Color information
#2A0BBA (or 0x2A0BBA) is known color: Medium Blue. HEX triplet: 2A, 0B and BA. RGB value is (42,11,186). Sum of RGB (Red+Green+Blue) = 42+11+186=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A0BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0BBA is #D5F445. Grayscale: #272727. Windows color (decimal): -14021702 or 12192554. OLE color: 12192554.
HSL color Cylindrical-coordinate representation of color #2A0BBA: hue angle of 250.63º 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 #2A0BBA is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 11 | 186 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.27 |
| HSL | 250.63º | 0.89% | 0.39% | - |
| HSV(B) | 250.63º | 0.94% | 0.73% | - |
| XYZ | 9.94 | 4.28 | 46.76 | - |
| YUV | 40.22 | 210.27 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 186 | 0.77 | 0.94 | 0 | 0.27 | 250.63 | 0.89 | 0.39 |
| Hex | 2A | B | BA | 4D | 5E | 0 | 1B | FB | 59 | 27 |
| Octal | 52 | 13 | 272 | 115 | 136 | 0 | 33 | 373 | 131 | 47 |
| Binary | 101010 | 1011 | 10111010 | 1001101 | 1011110 | 0 | 11011 | 11111011 | 1011001 | 100111 |
Color Harmonies of #2A0BBA
Complementary color
Monochromatic Colors of #2A0BBA
Black with #2A0BBA
Text Example
Text Example
White with #2A0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0BBA; }
p { color: rgb(42,11,186); }
H1.HeaderClassName
{
color: #2A0BBA;
}
.AnyTagClassName
{
color: #2A0BBA;
}
</style>
background-color css
<style>
a { background-color: #2A0BBA; }
a { background-color: rgb(42,11,186); }
div.DivClassName
{
background-color: #2A0BBA;
}
.BgClassName
{
background-color: #2A0BBA;
}
</style>
border-color css
<style>
span { border-color: #2A0BBA; }
span { border-color: rgb(42,11,186); }
td.TdClassName
{
border-color: #2A0BBA;
}
.TagClassName
{
border-color: #2A0BBA;
}
</style>