Shades of Medium Blue #290BE0
Tints of Medium Blue #290BE0
RGB
CMYK
RGB Variations
Color information
#290BE0 (or 0x290BE0) is known color: Medium Blue. HEX triplet: 29, 0B and E0. RGB value is (41,11,224). Sum of RGB (Red+Green+Blue) = 41+11+224=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 224 (87.89% from 255 or 81.16% from 276); Max value from RGB is 224 - color contains mainly: blue. Hex color #290BE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BE0 is #D6F41F. Grayscale: #2B2B2B. Windows color (decimal): -14087200 or 14682921. OLE color: 14682921.
HSL color Cylindrical-coordinate representation of color #290BE0: hue angle of 248.45º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290BE0 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 11 | 224 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.12 |
| HSL | 248.45º | 0.91% | 0.46% | - |
| HSV(B) | 248.45º | 0.95% | 0.88% | - |
| XYZ | 14.49 | 6.09 | 70.93 | - |
| YUV | 44.25 | 229.44 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 224 | 0.82 | 0.95 | 0 | 0.12 | 248.45 | 0.91 | 0.46 |
| Hex | 29 | B | E0 | 52 | 5F | 0 | C | F8 | 5B | 2E |
| Octal | 51 | 13 | 340 | 122 | 137 | 0 | 14 | 370 | 133 | 56 |
| Binary | 101001 | 1011 | 11100000 | 1010010 | 1011111 | 0 | 1100 | 11111000 | 1011011 | 101110 |
Color Harmonies of #290BE0
Complementary color
Monochromatic Colors of #290BE0
Black with #290BE0
Text Example
Text Example
White with #290BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BE0; }
p { color: rgb(41,11,224); }
H1.HeaderClassName
{
color: #290BE0;
}
.AnyTagClassName
{
color: #290BE0;
}
</style>
background-color css
<style>
a { background-color: #290BE0; }
a { background-color: rgb(41,11,224); }
div.DivClassName
{
background-color: #290BE0;
}
.BgClassName
{
background-color: #290BE0;
}
</style>
border-color css
<style>
span { border-color: #290BE0; }
span { border-color: rgb(41,11,224); }
td.TdClassName
{
border-color: #290BE0;
}
.TagClassName
{
border-color: #290BE0;
}
</style>