Shades of Medium Blue #290AC1
Tints of Medium Blue #290AC1
RGB
CMYK
RGB Variations
Color information
#290AC1 (or 0x290AC1) is known color: Medium Blue. HEX triplet: 29, 0A and C1. RGB value is (41,10,193). Sum of RGB (Red+Green+Blue) = 41+10+193=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 193 (75.78% from 255 or 79.10% from 244); Max value from RGB is 193 - color contains mainly: blue. Hex color #290AC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290AC1 is #D6F53E. Grayscale: #272727. Windows color (decimal): -14087487 or 12651049. OLE color: 12651049.
HSL color Cylindrical-coordinate representation of color #290AC1: hue angle of 250.16º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290AC1 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 10 | 193 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.24 |
| HSL | 250.16º | 0.9% | 0.4% | - |
| HSV(B) | 250.16º | 0.95% | 0.76% | - |
| XYZ | 10.65 | 4.54 | 50.77 | - |
| YUV | 40.13 | 214.27 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 193 | 0.79 | 0.95 | 0 | 0.24 | 250.16 | 0.9 | 0.4 |
| Hex | 29 | A | C1 | 4F | 5F | 0 | 18 | FA | 5A | 28 |
| Octal | 51 | 12 | 301 | 117 | 137 | 0 | 30 | 372 | 132 | 50 |
| Binary | 101001 | 1010 | 11000001 | 1001111 | 1011111 | 0 | 11000 | 11111010 | 1011010 | 101000 |
Color Harmonies of #290AC1
Complementary color
Monochromatic Colors of #290AC1
Black with #290AC1
Text Example
Text Example
White with #290AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290AC1; }
p { color: rgb(41,10,193); }
H1.HeaderClassName
{
color: #290AC1;
}
.AnyTagClassName
{
color: #290AC1;
}
</style>
background-color css
<style>
a { background-color: #290AC1; }
a { background-color: rgb(41,10,193); }
div.DivClassName
{
background-color: #290AC1;
}
.BgClassName
{
background-color: #290AC1;
}
</style>
border-color css
<style>
span { border-color: #290AC1; }
span { border-color: rgb(41,10,193); }
td.TdClassName
{
border-color: #290AC1;
}
.TagClassName
{
border-color: #290AC1;
}
</style>