Shades of Medium Blue #290EBA
Tints of Medium Blue #290EBA
RGB
CMYK
RGB Variations
Color information
#290EBA (or 0x290EBA) is known color: Medium Blue. HEX triplet: 29, 0E and BA. RGB value is (41,14,186). Sum of RGB (Red+Green+Blue) = 41+14+186=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #290EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290EBA is #D6F145. Grayscale: #292929. Windows color (decimal): -14086470 or 12193321. OLE color: 12193321.
HSL color Cylindrical-coordinate representation of color #290EBA: hue angle of 249.42º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290EBA is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 14 | 186 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.27 |
| HSL | 249.42º | 0.86% | 0.39% | - |
| HSV(B) | 249.42º | 0.92% | 0.73% | - |
| XYZ | 9.93 | 4.33 | 46.77 | - |
| YUV | 41.68 | 209.45 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 186 | 0.78 | 0.92 | 0 | 0.27 | 249.42 | 0.86 | 0.39 |
| Hex | 29 | E | BA | 4E | 5C | 0 | 1B | F9 | 56 | 27 |
| Octal | 51 | 16 | 272 | 116 | 134 | 0 | 33 | 371 | 126 | 47 |
| Binary | 101001 | 1110 | 10111010 | 1001110 | 1011100 | 0 | 11011 | 11111001 | 1010110 | 100111 |
Color Harmonies of #290EBA
Complementary color
Monochromatic Colors of #290EBA
Black with #290EBA
Text Example
Text Example
White with #290EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EBA; }
p { color: rgb(41,14,186); }
H1.HeaderClassName
{
color: #290EBA;
}
.AnyTagClassName
{
color: #290EBA;
}
</style>
background-color css
<style>
a { background-color: #290EBA; }
a { background-color: rgb(41,14,186); }
div.DivClassName
{
background-color: #290EBA;
}
.BgClassName
{
background-color: #290EBA;
}
</style>
border-color css
<style>
span { border-color: #290EBA; }
span { border-color: rgb(41,14,186); }
td.TdClassName
{
border-color: #290EBA;
}
.TagClassName
{
border-color: #290EBA;
}
</style>