Shades of Medium Blue #2A0BBB
Tints of Medium Blue #2A0BBB
RGB
CMYK
RGB Variations
Color information
#2A0BBB (or 0x2A0BBB) is known color: Medium Blue. HEX triplet: 2A, 0B and BB. RGB value is (42,11,187). Sum of RGB (Red+Green+Blue) = 42+11+187=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A0BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0BBB is #D5F444. Grayscale: #272727. Windows color (decimal): -14021701 or 12258090. OLE color: 12258090.
HSL color Cylindrical-coordinate representation of color #2A0BBB: hue angle of 250.57º 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 #2A0BBB is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 11 | 187 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.27 |
| HSL | 250.57º | 0.89% | 0.39% | - |
| HSV(B) | 250.57º | 0.94% | 0.73% | - |
| XYZ | 10.04 | 4.32 | 47.32 | - |
| YUV | 40.33 | 210.77 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 187 | 0.78 | 0.94 | 0 | 0.27 | 250.57 | 0.89 | 0.39 |
| Hex | 2A | B | BB | 4E | 5E | 0 | 1B | FB | 59 | 27 |
| Octal | 52 | 13 | 273 | 116 | 136 | 0 | 33 | 373 | 131 | 47 |
| Binary | 101010 | 1011 | 10111011 | 1001110 | 1011110 | 0 | 11011 | 11111011 | 1011001 | 100111 |
Color Harmonies of #2A0BBB
Complementary color
Monochromatic Colors of #2A0BBB
Black with #2A0BBB
Text Example
Text Example
White with #2A0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0BBB; }
p { color: rgb(42,11,187); }
H1.HeaderClassName
{
color: #2A0BBB;
}
.AnyTagClassName
{
color: #2A0BBB;
}
</style>
background-color css
<style>
a { background-color: #2A0BBB; }
a { background-color: rgb(42,11,187); }
div.DivClassName
{
background-color: #2A0BBB;
}
.BgClassName
{
background-color: #2A0BBB;
}
</style>
border-color css
<style>
span { border-color: #2A0BBB; }
span { border-color: rgb(42,11,187); }
td.TdClassName
{
border-color: #2A0BBB;
}
.TagClassName
{
border-color: #2A0BBB;
}
</style>