Shades of Medium Blue #290ECE
Tints of Medium Blue #290ECE
RGB
CMYK
RGB Variations
Color information
#290ECE (or 0x290ECE) is known color: Medium Blue. HEX triplet: 29, 0E and CE. RGB value is (41,14,206). Sum of RGB (Red+Green+Blue) = 41+14+206=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #290ECE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ECE is #D6F131. Grayscale: #2B2B2B. Windows color (decimal): -14086450 or 13504041. OLE color: 13504041.
HSL color Cylindrical-coordinate representation of color #290ECE: hue angle of 248.44º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290ECE is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 14 | 206 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.19 |
| HSL | 248.44º | 0.87% | 0.43% | - |
| HSV(B) | 248.44º | 0.93% | 0.81% | - |
| XYZ | 12.21 | 5.24 | 58.76 | - |
| YUV | 43.96 | 219.45 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 206 | 0.80 | 0.93 | 0 | 0.19 | 248.44 | 0.87 | 0.43 |
| Hex | 29 | E | CE | 50 | 5D | 0 | 13 | F8 | 57 | 2B |
| Octal | 51 | 16 | 316 | 120 | 135 | 0 | 23 | 370 | 127 | 53 |
| Binary | 101001 | 1110 | 11001110 | 1010000 | 1011101 | 0 | 10011 | 11111000 | 1010111 | 101011 |
Color Harmonies of #290ECE
Complementary color
Monochromatic Colors of #290ECE
Black with #290ECE
Text Example
Text Example
White with #290ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290ECE; }
p { color: rgb(41,14,206); }
H1.HeaderClassName
{
color: #290ECE;
}
.AnyTagClassName
{
color: #290ECE;
}
</style>
background-color css
<style>
a { background-color: #290ECE; }
a { background-color: rgb(41,14,206); }
div.DivClassName
{
background-color: #290ECE;
}
.BgClassName
{
background-color: #290ECE;
}
</style>
border-color css
<style>
span { border-color: #290ECE; }
span { border-color: rgb(41,14,206); }
td.TdClassName
{
border-color: #290ECE;
}
.TagClassName
{
border-color: #290ECE;
}
</style>