Shades of Medium Blue #290BBF
Tints of Medium Blue #290BBF
RGB
CMYK
RGB Variations
Color information
#290BBF (or 0x290BBF) is known color: Medium Blue. HEX triplet: 29, 0B and BF. RGB value is (41,11,191). Sum of RGB (Red+Green+Blue) = 41+11+191=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 191 (75% from 255 or 78.60% from 243); Max value from RGB is 191 - color contains mainly: blue. Hex color #290BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BBF is #D6F440. Grayscale: #272727. Windows color (decimal): -14087233 or 12520233. OLE color: 12520233.
HSL color Cylindrical-coordinate representation of color #290BBF: hue angle of 250º 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 #290BBF is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 11 | 191 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.25 |
| HSL | 250º | 0.89% | 0.4% | - |
| HSV(B) | 250º | 0.94% | 0.75% | - |
| XYZ | 10.44 | 4.47 | 49.6 | - |
| YUV | 40.49 | 212.94 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 191 | 0.79 | 0.94 | 0 | 0.25 | 250 | 0.89 | 0.4 |
| Hex | 29 | B | BF | 4F | 5E | 0 | 19 | FA | 59 | 28 |
| Octal | 51 | 13 | 277 | 117 | 136 | 0 | 31 | 372 | 131 | 50 |
| Binary | 101001 | 1011 | 10111111 | 1001111 | 1011110 | 0 | 11001 | 11111010 | 1011001 | 101000 |
Color Harmonies of #290BBF
Complementary color
Monochromatic Colors of #290BBF
Black with #290BBF
Text Example
Text Example
White with #290BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BBF; }
p { color: rgb(41,11,191); }
H1.HeaderClassName
{
color: #290BBF;
}
.AnyTagClassName
{
color: #290BBF;
}
</style>
background-color css
<style>
a { background-color: #290BBF; }
a { background-color: rgb(41,11,191); }
div.DivClassName
{
background-color: #290BBF;
}
.BgClassName
{
background-color: #290BBF;
}
</style>
border-color css
<style>
span { border-color: #290BBF; }
span { border-color: rgb(41,11,191); }
td.TdClassName
{
border-color: #290BBF;
}
.TagClassName
{
border-color: #290BBF;
}
</style>