Shades of Medium Blue #290BBD
Tints of Medium Blue #290BBD
RGB
CMYK
RGB Variations
Color information
#290BBD (or 0x290BBD) is known color: Medium Blue. HEX triplet: 29, 0B and BD. RGB value is (41,11,189). Sum of RGB (Red+Green+Blue) = 41+11+189=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #290BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BBD is #D6F442. Grayscale: #272727. Windows color (decimal): -14087235 or 12389161. OLE color: 12389161.
HSL color Cylindrical-coordinate representation of color #290BBD: hue angle of 250.11º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290BBD is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 11 | 189 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.26 |
| HSL | 250.11º | 0.89% | 0.39% | - |
| HSV(B) | 250.11º | 0.94% | 0.74% | - |
| XYZ | 10.22 | 4.38 | 48.45 | - |
| YUV | 40.26 | 211.94 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 189 | 0.78 | 0.94 | 0 | 0.26 | 250.11 | 0.89 | 0.39 |
| Hex | 29 | B | BD | 4E | 5E | 0 | 1A | FA | 59 | 27 |
| Octal | 51 | 13 | 275 | 116 | 136 | 0 | 32 | 372 | 131 | 47 |
| Binary | 101001 | 1011 | 10111101 | 1001110 | 1011110 | 0 | 11010 | 11111010 | 1011001 | 100111 |
Color Harmonies of #290BBD
Complementary color
Monochromatic Colors of #290BBD
Black with #290BBD
Text Example
Text Example
White with #290BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BBD; }
p { color: rgb(41,11,189); }
H1.HeaderClassName
{
color: #290BBD;
}
.AnyTagClassName
{
color: #290BBD;
}
</style>
background-color css
<style>
a { background-color: #290BBD; }
a { background-color: rgb(41,11,189); }
div.DivClassName
{
background-color: #290BBD;
}
.BgClassName
{
background-color: #290BBD;
}
</style>
border-color css
<style>
span { border-color: #290BBD; }
span { border-color: rgb(41,11,189); }
td.TdClassName
{
border-color: #290BBD;
}
.TagClassName
{
border-color: #290BBD;
}
</style>