Shades of Medium Blue #290EBC
Tints of Medium Blue #290EBC
RGB
CMYK
RGB Variations
Color information
#290EBC (or 0x290EBC) is known color: Medium Blue. HEX triplet: 29, 0E and BC. RGB value is (41,14,188). Sum of RGB (Red+Green+Blue) = 41+14+188=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #290EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290EBC is #D6F143. Grayscale: #292929. Windows color (decimal): -14086468 or 12324393. OLE color: 12324393.
HSL color Cylindrical-coordinate representation of color #290EBC: hue angle of 249.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290EBC is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 14 | 188 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.26 |
| HSL | 249.31º | 0.86% | 0.4% | - |
| HSV(B) | 249.31º | 0.93% | 0.74% | - |
| XYZ | 10.15 | 4.42 | 47.89 | - |
| YUV | 41.91 | 210.45 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 188 | 0.78 | 0.93 | 0 | 0.26 | 249.31 | 0.86 | 0.4 |
| Hex | 29 | E | BC | 4E | 5D | 0 | 1A | F9 | 56 | 28 |
| Octal | 51 | 16 | 274 | 116 | 135 | 0 | 32 | 371 | 126 | 50 |
| Binary | 101001 | 1110 | 10111100 | 1001110 | 1011101 | 0 | 11010 | 11111001 | 1010110 | 101000 |
Color Harmonies of #290EBC
Complementary color
Monochromatic Colors of #290EBC
Black with #290EBC
Text Example
Text Example
White with #290EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EBC; }
p { color: rgb(41,14,188); }
H1.HeaderClassName
{
color: #290EBC;
}
.AnyTagClassName
{
color: #290EBC;
}
</style>
background-color css
<style>
a { background-color: #290EBC; }
a { background-color: rgb(41,14,188); }
div.DivClassName
{
background-color: #290EBC;
}
.BgClassName
{
background-color: #290EBC;
}
</style>
border-color css
<style>
span { border-color: #290EBC; }
span { border-color: rgb(41,14,188); }
td.TdClassName
{
border-color: #290EBC;
}
.TagClassName
{
border-color: #290EBC;
}
</style>