Shades of Medium Blue #290AC0
Tints of Medium Blue #290AC0
RGB
CMYK
RGB Variations
Color information
#290AC0 (or 0x290AC0) is known color: Medium Blue. HEX triplet: 29, 0A and C0. RGB value is (41,10,192). Sum of RGB (Red+Green+Blue) = 41+10+192=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 192 (75.39% from 255 or 79.01% from 243); Max value from RGB is 192 - color contains mainly: blue. Hex color #290AC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290AC0 is #D6F53F. Grayscale: #272727. Windows color (decimal): -14087488 or 12585513. OLE color: 12585513.
HSL color Cylindrical-coordinate representation of color #290AC0: hue angle of 250.22º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290AC0 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 10 | 192 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.25 |
| HSL | 250.22º | 0.9% | 0.4% | - |
| HSV(B) | 250.22º | 0.95% | 0.75% | - |
| XYZ | 10.54 | 4.49 | 50.18 | - |
| YUV | 40.02 | 213.77 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 192 | 0.79 | 0.95 | 0 | 0.25 | 250.22 | 0.9 | 0.4 |
| Hex | 29 | A | C0 | 4F | 5F | 0 | 19 | FA | 5A | 28 |
| Octal | 51 | 12 | 300 | 117 | 137 | 0 | 31 | 372 | 132 | 50 |
| Binary | 101001 | 1010 | 11000000 | 1001111 | 1011111 | 0 | 11001 | 11111010 | 1011010 | 101000 |
Color Harmonies of #290AC0
Complementary color
Monochromatic Colors of #290AC0
Black with #290AC0
Text Example
Text Example
White with #290AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290AC0; }
p { color: rgb(41,10,192); }
H1.HeaderClassName
{
color: #290AC0;
}
.AnyTagClassName
{
color: #290AC0;
}
</style>
background-color css
<style>
a { background-color: #290AC0; }
a { background-color: rgb(41,10,192); }
div.DivClassName
{
background-color: #290AC0;
}
.BgClassName
{
background-color: #290AC0;
}
</style>
border-color css
<style>
span { border-color: #290AC0; }
span { border-color: rgb(41,10,192); }
td.TdClassName
{
border-color: #290AC0;
}
.TagClassName
{
border-color: #290AC0;
}
</style>