Shades of Medium Blue #290ABB
Tints of Medium Blue #290ABB
RGB
CMYK
RGB Variations
Color information
#290ABB (or 0x290ABB) is known color: Medium Blue. HEX triplet: 29, 0A and BB. RGB value is (41,10,187). Sum of RGB (Red+Green+Blue) = 41+10+187=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #290ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ABB is #D6F544. Grayscale: #262626. Windows color (decimal): -14087493 or 12257833. OLE color: 12257833.
HSL color Cylindrical-coordinate representation of color #290ABB: hue angle of 250.51º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290ABB is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 10 | 187 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.27 |
| HSL | 250.51º | 0.9% | 0.39% | - |
| HSV(B) | 250.51º | 0.95% | 0.73% | - |
| XYZ | 9.99 | 4.28 | 47.31 | - |
| YUV | 39.45 | 211.27 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 187 | 0.78 | 0.95 | 0 | 0.27 | 250.51 | 0.9 | 0.39 |
| Hex | 29 | A | BB | 4E | 5F | 0 | 1B | FB | 5A | 27 |
| Octal | 51 | 12 | 273 | 116 | 137 | 0 | 33 | 373 | 132 | 47 |
| Binary | 101001 | 1010 | 10111011 | 1001110 | 1011111 | 0 | 11011 | 11111011 | 1011010 | 100111 |
Color Harmonies of #290ABB
Complementary color
Monochromatic Colors of #290ABB
Black with #290ABB
Text Example
Text Example
White with #290ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290ABB; }
p { color: rgb(41,10,187); }
H1.HeaderClassName
{
color: #290ABB;
}
.AnyTagClassName
{
color: #290ABB;
}
</style>
background-color css
<style>
a { background-color: #290ABB; }
a { background-color: rgb(41,10,187); }
div.DivClassName
{
background-color: #290ABB;
}
.BgClassName
{
background-color: #290ABB;
}
</style>
border-color css
<style>
span { border-color: #290ABB; }
span { border-color: rgb(41,10,187); }
td.TdClassName
{
border-color: #290ABB;
}
.TagClassName
{
border-color: #290ABB;
}
</style>