Shades of Medium Blue #290ADE
Tints of Medium Blue #290ADE
RGB
CMYK
RGB Variations
Color information
#290ADE (or 0x290ADE) is known color: Medium Blue. HEX triplet: 29, 0A and DE. RGB value is (41,10,222). Sum of RGB (Red+Green+Blue) = 41+10+222=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 222 (87.11% from 255 or 81.32% from 273); Max value from RGB is 222 - color contains mainly: blue. Hex color #290ADE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ADE is #D6F521. Grayscale: #2A2A2A. Windows color (decimal): -14087458 or 14551593. OLE color: 14551593.
HSL color Cylindrical-coordinate representation of color #290ADE: hue angle of 248.77º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290ADE is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 10 | 222 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.13 |
| HSL | 248.77º | 0.91% | 0.45% | - |
| HSV(B) | 248.77º | 0.95% | 0.87% | - |
| XYZ | 14.21 | 5.96 | 69.51 | - |
| YUV | 43.44 | 228.77 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 222 | 0.82 | 0.95 | 0 | 0.13 | 248.77 | 0.91 | 0.45 |
| Hex | 29 | A | DE | 52 | 5F | 0 | D | F9 | 5B | 2D |
| Octal | 51 | 12 | 336 | 122 | 137 | 0 | 15 | 371 | 133 | 55 |
| Binary | 101001 | 1010 | 11011110 | 1010010 | 1011111 | 0 | 1101 | 11111001 | 1011011 | 101101 |
Color Harmonies of #290ADE
Complementary color
Monochromatic Colors of #290ADE
Black with #290ADE
Text Example
Text Example
White with #290ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290ADE; }
p { color: rgb(41,10,222); }
H1.HeaderClassName
{
color: #290ADE;
}
.AnyTagClassName
{
color: #290ADE;
}
</style>
background-color css
<style>
a { background-color: #290ADE; }
a { background-color: rgb(41,10,222); }
div.DivClassName
{
background-color: #290ADE;
}
.BgClassName
{
background-color: #290ADE;
}
</style>
border-color css
<style>
span { border-color: #290ADE; }
span { border-color: rgb(41,10,222); }
td.TdClassName
{
border-color: #290ADE;
}
.TagClassName
{
border-color: #290ADE;
}
</style>