Shades of Medium Blue #290BDA
Tints of Medium Blue #290BDA
RGB
CMYK
RGB Variations
Color information
#290BDA (or 0x290BDA) is known color: Medium Blue. HEX triplet: 29, 0B and DA. RGB value is (41,11,218). Sum of RGB (Red+Green+Blue) = 41+11+218=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 218 (85.55% from 255 or 80.74% from 270); Max value from RGB is 218 - color contains mainly: blue. Hex color #290BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BDA is #D6F425. Grayscale: #2A2A2A. Windows color (decimal): -14087206 or 14289705. OLE color: 14289705.
HSL color Cylindrical-coordinate representation of color #290BDA: hue angle of 248.7º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290BDA is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 11 | 218 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.15 |
| HSL | 248.7º | 0.9% | 0.45% | - |
| HSV(B) | 248.7º | 0.95% | 0.85% | - |
| XYZ | 13.69 | 5.77 | 66.72 | - |
| YUV | 43.57 | 226.44 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 218 | 0.81 | 0.95 | 0 | 0.15 | 248.7 | 0.9 | 0.45 |
| Hex | 29 | B | DA | 51 | 5F | 0 | F | F9 | 5A | 2D |
| Octal | 51 | 13 | 332 | 121 | 137 | 0 | 17 | 371 | 132 | 55 |
| Binary | 101001 | 1011 | 11011010 | 1010001 | 1011111 | 0 | 1111 | 11111001 | 1011010 | 101101 |
Color Harmonies of #290BDA
Complementary color
Monochromatic Colors of #290BDA
Black with #290BDA
Text Example
Text Example
White with #290BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BDA; }
p { color: rgb(41,11,218); }
H1.HeaderClassName
{
color: #290BDA;
}
.AnyTagClassName
{
color: #290BDA;
}
</style>
background-color css
<style>
a { background-color: #290BDA; }
a { background-color: rgb(41,11,218); }
div.DivClassName
{
background-color: #290BDA;
}
.BgClassName
{
background-color: #290BDA;
}
</style>
border-color css
<style>
span { border-color: #290BDA; }
span { border-color: rgb(41,11,218); }
td.TdClassName
{
border-color: #290BDA;
}
.TagClassName
{
border-color: #290BDA;
}
</style>