Shades of Medium Blue #290ECD
Tints of Medium Blue #290ECD
RGB
CMYK
RGB Variations
Color information
#290ECD (or 0x290ECD) is known color: Medium Blue. HEX triplet: 29, 0E and CD. RGB value is (41,14,205). Sum of RGB (Red+Green+Blue) = 41+14+205=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 205 (80.47% from 255 or 78.85% from 260); Max value from RGB is 205 - color contains mainly: blue. Hex color #290ECD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ECD is #D6F132. Grayscale: #2B2B2B. Windows color (decimal): -14086451 or 13438505. OLE color: 13438505.
HSL color Cylindrical-coordinate representation of color #290ECD: hue angle of 248.48º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290ECD is Cyan = 0.8, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 14 | 205 | - |
| CMYK | 0.8 | 0.93 | 0 | 0.20 |
| HSL | 248.48º | 0.87% | 0.43% | - |
| HSV(B) | 248.48º | 0.93% | 0.8% | - |
| XYZ | 12.09 | 5.19 | 58.12 | - |
| YUV | 43.85 | 218.95 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 205 | 0.8 | 0.93 | 0 | 0.20 | 248.48 | 0.87 | 0.43 |
| Hex | 29 | E | CD | 50 | 5D | 0 | 14 | F8 | 57 | 2B |
| Octal | 51 | 16 | 315 | 120 | 135 | 0 | 24 | 370 | 127 | 53 |
| Binary | 101001 | 1110 | 11001101 | 1010000 | 1011101 | 0 | 10100 | 11111000 | 1010111 | 101011 |
Color Harmonies of #290ECD
Complementary color
Monochromatic Colors of #290ECD
Black with #290ECD
Text Example
Text Example
White with #290ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290ECD; }
p { color: rgb(41,14,205); }
H1.HeaderClassName
{
color: #290ECD;
}
.AnyTagClassName
{
color: #290ECD;
}
</style>
background-color css
<style>
a { background-color: #290ECD; }
a { background-color: rgb(41,14,205); }
div.DivClassName
{
background-color: #290ECD;
}
.BgClassName
{
background-color: #290ECD;
}
</style>
border-color css
<style>
span { border-color: #290ECD; }
span { border-color: rgb(41,14,205); }
td.TdClassName
{
border-color: #290ECD;
}
.TagClassName
{
border-color: #290ECD;
}
</style>