Shades of Medium Blue #290CBE
Tints of Medium Blue #290CBE
RGB
CMYK
RGB Variations
Color information
#290CBE (or 0x290CBE) is known color: Medium Blue. HEX triplet: 29, 0C and BE. RGB value is (41,12,190). Sum of RGB (Red+Green+Blue) = 41+12+190=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #290CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290CBE is #D6F341. Grayscale: #282828. Windows color (decimal): -14086978 or 12454953. OLE color: 12454953.
HSL color Cylindrical-coordinate representation of color #290CBE: hue angle of 249.78º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290CBE is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 12 | 190 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.25 |
| HSL | 249.78º | 0.88% | 0.4% | - |
| HSV(B) | 249.78º | 0.94% | 0.75% | - |
| XYZ | 10.34 | 4.45 | 49.03 | - |
| YUV | 40.96 | 212.11 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 190 | 0.78 | 0.94 | 0 | 0.25 | 249.78 | 0.88 | 0.4 |
| Hex | 29 | C | BE | 4E | 5E | 0 | 19 | FA | 58 | 28 |
| Octal | 51 | 14 | 276 | 116 | 136 | 0 | 31 | 372 | 130 | 50 |
| Binary | 101001 | 1100 | 10111110 | 1001110 | 1011110 | 0 | 11001 | 11111010 | 1011000 | 101000 |
Color Harmonies of #290CBE
Complementary color
Monochromatic Colors of #290CBE
Black with #290CBE
Text Example
Text Example
White with #290CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290CBE; }
p { color: rgb(41,12,190); }
H1.HeaderClassName
{
color: #290CBE;
}
.AnyTagClassName
{
color: #290CBE;
}
</style>
background-color css
<style>
a { background-color: #290CBE; }
a { background-color: rgb(41,12,190); }
div.DivClassName
{
background-color: #290CBE;
}
.BgClassName
{
background-color: #290CBE;
}
</style>
border-color css
<style>
span { border-color: #290CBE; }
span { border-color: rgb(41,12,190); }
td.TdClassName
{
border-color: #290CBE;
}
.TagClassName
{
border-color: #290CBE;
}
</style>