Shades of Medium Blue #290EC1
Tints of Medium Blue #290EC1
RGB
CMYK
RGB Variations
Color information
#290EC1 (or 0x290EC1) is known color: Medium Blue. HEX triplet: 29, 0E and C1. RGB value is (41,14,193). Sum of RGB (Red+Green+Blue) = 41+14+193=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 193 (75.78% from 255 or 77.82% from 248); Max value from RGB is 193 - color contains mainly: blue. Hex color #290EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290EC1 is #D6F13E. Grayscale: #292929. Windows color (decimal): -14086463 or 12652073. OLE color: 12652073.
HSL color Cylindrical-coordinate representation of color #290EC1: hue angle of 249.05º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290EC1 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 14 | 193 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.24 |
| HSL | 249.05º | 0.86% | 0.41% | - |
| HSV(B) | 249.05º | 0.93% | 0.76% | - |
| XYZ | 10.7 | 4.64 | 50.78 | - |
| YUV | 42.48 | 212.95 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 193 | 0.79 | 0.93 | 0 | 0.24 | 249.05 | 0.86 | 0.41 |
| Hex | 29 | E | C1 | 4F | 5D | 0 | 18 | F9 | 56 | 29 |
| Octal | 51 | 16 | 301 | 117 | 135 | 0 | 30 | 371 | 126 | 51 |
| Binary | 101001 | 1110 | 11000001 | 1001111 | 1011101 | 0 | 11000 | 11111001 | 1010110 | 101001 |
Color Harmonies of #290EC1
Complementary color
Monochromatic Colors of #290EC1
Black with #290EC1
Text Example
Text Example
White with #290EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EC1; }
p { color: rgb(41,14,193); }
H1.HeaderClassName
{
color: #290EC1;
}
.AnyTagClassName
{
color: #290EC1;
}
</style>
background-color css
<style>
a { background-color: #290EC1; }
a { background-color: rgb(41,14,193); }
div.DivClassName
{
background-color: #290EC1;
}
.BgClassName
{
background-color: #290EC1;
}
</style>
border-color css
<style>
span { border-color: #290EC1; }
span { border-color: rgb(41,14,193); }
td.TdClassName
{
border-color: #290EC1;
}
.TagClassName
{
border-color: #290EC1;
}
</style>