Shades of Medium Blue #290DBF
Tints of Medium Blue #290DBF
RGB
CMYK
RGB Variations
Color information
#290DBF (or 0x290DBF) is known color: Medium Blue. HEX triplet: 29, 0D and BF. RGB value is (41,13,191). Sum of RGB (Red+Green+Blue) = 41+13+191=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 191 (75% from 255 or 77.96% from 245); Max value from RGB is 191 - color contains mainly: blue. Hex color #290DBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290DBF is #D6F240. Grayscale: #282828. Windows color (decimal): -14086721 or 12520745. OLE color: 12520745.
HSL color Cylindrical-coordinate representation of color #290DBF: hue angle of 249.44º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290DBF is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 13 | 191 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.25 |
| HSL | 249.44º | 0.87% | 0.4% | - |
| HSV(B) | 249.44º | 0.93% | 0.75% | - |
| XYZ | 10.46 | 4.52 | 49.61 | - |
| YUV | 41.66 | 212.28 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 191 | 0.79 | 0.93 | 0 | 0.25 | 249.44 | 0.87 | 0.4 |
| Hex | 29 | D | BF | 4F | 5D | 0 | 19 | F9 | 57 | 28 |
| Octal | 51 | 15 | 277 | 117 | 135 | 0 | 31 | 371 | 127 | 50 |
| Binary | 101001 | 1101 | 10111111 | 1001111 | 1011101 | 0 | 11001 | 11111001 | 1010111 | 101000 |
Color Harmonies of #290DBF
Complementary color
Monochromatic Colors of #290DBF
Black with #290DBF
Text Example
Text Example
White with #290DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290DBF; }
p { color: rgb(41,13,191); }
H1.HeaderClassName
{
color: #290DBF;
}
.AnyTagClassName
{
color: #290DBF;
}
</style>
background-color css
<style>
a { background-color: #290DBF; }
a { background-color: rgb(41,13,191); }
div.DivClassName
{
background-color: #290DBF;
}
.BgClassName
{
background-color: #290DBF;
}
</style>
border-color css
<style>
span { border-color: #290DBF; }
span { border-color: rgb(41,13,191); }
td.TdClassName
{
border-color: #290DBF;
}
.TagClassName
{
border-color: #290DBF;
}
</style>