Shades of Medium Blue #2900BB
Tints of Medium Blue #2900BB
RGB
CMYK
RGB Variations
Color information
#2900BB (or 0x2900BB) is known color: Medium Blue. HEX triplet: 29, 00 and BB. RGB value is (41,0,187). Sum of RGB (Red+Green+Blue) = 41+0+187=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 187 (73.44% from 255 or 82.02% from 228); Max value from RGB is 187 - color contains mainly: blue. Hex color #2900BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2900BB is #D6FF44. Grayscale: #202020. Windows color (decimal): -14090053 or 12255273. OLE color: 12255273.
HSL color Cylindrical-coordinate representation of color #2900BB: hue angle of 253.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2900BB is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 0 | 187 | - |
| CMYK | 0.78 | 1 | 0 | 0.27 |
| HSL | 253.16º | 1% | 0.37% | - |
| HSV(B) | 253.16º | 1% | 0.73% | - |
| XYZ | 9.88 | 4.06 | 47.28 | - |
| YUV | 33.58 | 214.58 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 187 | 0.78 | 1 | 0 | 0.27 | 253.16 | 1 | 0.37 |
| Hex | 29 | 0 | BB | 4E | 64 | 0 | 1B | FD | 64 | 25 |
| Octal | 51 | 0 | 273 | 116 | 144 | 0 | 33 | 375 | 144 | 45 |
| Binary | 101001 | 0 | 10111011 | 1001110 | 1100100 | 0 | 11011 | 11111101 | 1100100 | 100101 |
Color Harmonies of #2900BB
Complementary color
Monochromatic Colors of #2900BB
Black with #2900BB
Text Example
Text Example
White with #2900BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2900BB; }
p { color: rgb(41,0,187); }
H1.HeaderClassName
{
color: #2900BB;
}
.AnyTagClassName
{
color: #2900BB;
}
</style>
background-color css
<style>
a { background-color: #2900BB; }
a { background-color: rgb(41,0,187); }
div.DivClassName
{
background-color: #2900BB;
}
.BgClassName
{
background-color: #2900BB;
}
</style>
border-color css
<style>
span { border-color: #2900BB; }
span { border-color: rgb(41,0,187); }
td.TdClassName
{
border-color: #2900BB;
}
.TagClassName
{
border-color: #2900BB;
}
</style>