Shades of Medium Blue #290EBF
Tints of Medium Blue #290EBF
RGB
CMYK
RGB Variations
Color information
#290EBF (or 0x290EBF) is known color: Medium Blue. HEX triplet: 29, 0E and BF. RGB value is (41,14,191). Sum of RGB (Red+Green+Blue) = 41+14+191=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #290EBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290EBF is #D6F140. Grayscale: #292929. Windows color (decimal): -14086465 or 12521001. OLE color: 12521001.
HSL color Cylindrical-coordinate representation of color #290EBF: hue angle of 249.15º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290EBF is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 14 | 191 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.25 |
| HSL | 249.15º | 0.86% | 0.4% | - |
| HSV(B) | 249.15º | 0.93% | 0.75% | - |
| XYZ | 10.48 | 4.55 | 49.62 | - |
| YUV | 42.25 | 211.95 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 191 | 0.79 | 0.93 | 0 | 0.25 | 249.15 | 0.86 | 0.4 |
| Hex | 29 | E | BF | 4F | 5D | 0 | 19 | F9 | 56 | 28 |
| Octal | 51 | 16 | 277 | 117 | 135 | 0 | 31 | 371 | 126 | 50 |
| Binary | 101001 | 1110 | 10111111 | 1001111 | 1011101 | 0 | 11001 | 11111001 | 1010110 | 101000 |
Color Harmonies of #290EBF
Complementary color
Monochromatic Colors of #290EBF
Black with #290EBF
Text Example
Text Example
White with #290EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EBF; }
p { color: rgb(41,14,191); }
H1.HeaderClassName
{
color: #290EBF;
}
.AnyTagClassName
{
color: #290EBF;
}
</style>
background-color css
<style>
a { background-color: #290EBF; }
a { background-color: rgb(41,14,191); }
div.DivClassName
{
background-color: #290EBF;
}
.BgClassName
{
background-color: #290EBF;
}
</style>
border-color css
<style>
span { border-color: #290EBF; }
span { border-color: rgb(41,14,191); }
td.TdClassName
{
border-color: #290EBF;
}
.TagClassName
{
border-color: #290EBF;
}
</style>