Shades of Medium Blue #290DBD
Tints of Medium Blue #290DBD
RGB
CMYK
RGB Variations
Color information
#290DBD (or 0x290DBD) is known color: Medium Blue. HEX triplet: 29, 0D and BD. RGB value is (41,13,189). Sum of RGB (Red+Green+Blue) = 41+13+189=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 189 (74.22% from 255 or 77.78% from 243); Max value from RGB is 189 - color contains mainly: blue. Hex color #290DBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290DBD is #D6F242. Grayscale: #282828. Windows color (decimal): -14086723 or 12389673. OLE color: 12389673.
HSL color Cylindrical-coordinate representation of color #290DBD: hue angle of 249.55º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290DBD is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 13 | 189 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.26 |
| HSL | 249.55º | 0.87% | 0.4% | - |
| HSV(B) | 249.55º | 0.93% | 0.74% | - |
| XYZ | 10.24 | 4.43 | 48.46 | - |
| YUV | 41.44 | 211.28 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 189 | 0.78 | 0.93 | 0 | 0.26 | 249.55 | 0.87 | 0.4 |
| Hex | 29 | D | BD | 4E | 5D | 0 | 1A | FA | 57 | 28 |
| Octal | 51 | 15 | 275 | 116 | 135 | 0 | 32 | 372 | 127 | 50 |
| Binary | 101001 | 1101 | 10111101 | 1001110 | 1011101 | 0 | 11010 | 11111010 | 1010111 | 101000 |
Color Harmonies of #290DBD
Complementary color
Monochromatic Colors of #290DBD
Black with #290DBD
Text Example
Text Example
White with #290DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290DBD; }
p { color: rgb(41,13,189); }
H1.HeaderClassName
{
color: #290DBD;
}
.AnyTagClassName
{
color: #290DBD;
}
</style>
background-color css
<style>
a { background-color: #290DBD; }
a { background-color: rgb(41,13,189); }
div.DivClassName
{
background-color: #290DBD;
}
.BgClassName
{
background-color: #290DBD;
}
</style>
border-color css
<style>
span { border-color: #290DBD; }
span { border-color: rgb(41,13,189); }
td.TdClassName
{
border-color: #290DBD;
}
.TagClassName
{
border-color: #290DBD;
}
</style>