Shades of Medium Blue #2900BA
Tints of Medium Blue #2900BA
RGB
CMYK
RGB Variations
Color information
#2900BA (or 0x2900BA) is known color: Medium Blue. HEX triplet: 29, 00 and BA. RGB value is (41,0,186). Sum of RGB (Red+Green+Blue) = 41+0+186=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #2900BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2900BA is #D6FF45. Grayscale: #202020. Windows color (decimal): -14090054 or 12189737. OLE color: 12189737.
HSL color Cylindrical-coordinate representation of color #2900BA: hue angle of 253.23º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2900BA is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 0 | 186 | - |
| CMYK | 0.78 | 1 | 0 | 0.27 |
| HSL | 253.23º | 1% | 0.36% | - |
| HSV(B) | 253.23º | 1% | 0.73% | - |
| XYZ | 9.78 | 4.02 | 46.71 | - |
| YUV | 33.46 | 214.08 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 186 | 0.78 | 1 | 0 | 0.27 | 253.23 | 1 | 0.36 |
| Hex | 29 | 0 | BA | 4E | 64 | 0 | 1B | FD | 64 | 24 |
| Octal | 51 | 0 | 272 | 116 | 144 | 0 | 33 | 375 | 144 | 44 |
| Binary | 101001 | 0 | 10111010 | 1001110 | 1100100 | 0 | 11011 | 11111101 | 1100100 | 100100 |
Color Harmonies of #2900BA
Complementary color
Monochromatic Colors of #2900BA
Black with #2900BA
Text Example
Text Example
White with #2900BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2900BA; }
p { color: rgb(41,0,186); }
H1.HeaderClassName
{
color: #2900BA;
}
.AnyTagClassName
{
color: #2900BA;
}
</style>
background-color css
<style>
a { background-color: #2900BA; }
a { background-color: rgb(41,0,186); }
div.DivClassName
{
background-color: #2900BA;
}
.BgClassName
{
background-color: #2900BA;
}
</style>
border-color css
<style>
span { border-color: #2900BA; }
span { border-color: rgb(41,0,186); }
td.TdClassName
{
border-color: #2900BA;
}
.TagClassName
{
border-color: #2900BA;
}
</style>