Shades of Medium Blue #290BC0
Tints of Medium Blue #290BC0
RGB
CMYK
RGB Variations
Color information
#290BC0 (or 0x290BC0) is known color: Medium Blue. HEX triplet: 29, 0B and C0. RGB value is (41,11,192). Sum of RGB (Red+Green+Blue) = 41+11+192=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 192 (75.39% from 255 or 78.69% from 244); Max value from RGB is 192 - color contains mainly: blue. Hex color #290BC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BC0 is #D6F43F. Grayscale: #272727. Windows color (decimal): -14087232 or 12585769. OLE color: 12585769.
HSL color Cylindrical-coordinate representation of color #290BC0: hue angle of 249.94º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290BC0 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 11 | 192 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.25 |
| HSL | 249.94º | 0.89% | 0.4% | - |
| HSV(B) | 249.94º | 0.94% | 0.75% | - |
| XYZ | 10.55 | 4.52 | 50.18 | - |
| YUV | 40.6 | 213.44 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 192 | 0.79 | 0.94 | 0 | 0.25 | 249.94 | 0.89 | 0.4 |
| Hex | 29 | B | C0 | 4F | 5E | 0 | 19 | FA | 59 | 28 |
| Octal | 51 | 13 | 300 | 117 | 136 | 0 | 31 | 372 | 131 | 50 |
| Binary | 101001 | 1011 | 11000000 | 1001111 | 1011110 | 0 | 11001 | 11111010 | 1011001 | 101000 |
Color Harmonies of #290BC0
Complementary color
Monochromatic Colors of #290BC0
Black with #290BC0
Text Example
Text Example
White with #290BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BC0; }
p { color: rgb(41,11,192); }
H1.HeaderClassName
{
color: #290BC0;
}
.AnyTagClassName
{
color: #290BC0;
}
</style>
background-color css
<style>
a { background-color: #290BC0; }
a { background-color: rgb(41,11,192); }
div.DivClassName
{
background-color: #290BC0;
}
.BgClassName
{
background-color: #290BC0;
}
</style>
border-color css
<style>
span { border-color: #290BC0; }
span { border-color: rgb(41,11,192); }
td.TdClassName
{
border-color: #290BC0;
}
.TagClassName
{
border-color: #290BC0;
}
</style>