Shades of Medium Blue #290ACB
Tints of Medium Blue #290ACB
RGB
CMYK
RGB Variations
Color information
#290ACB (or 0x290ACB) is known color: Medium Blue. HEX triplet: 29, 0A and CB. RGB value is (41,10,203). Sum of RGB (Red+Green+Blue) = 41+10+203=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #290ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ACB is #D6F534. Grayscale: #282828. Windows color (decimal): -14087477 or 13306409. OLE color: 13306409.
HSL color Cylindrical-coordinate representation of color #290ACB: hue angle of 249.64º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290ACB is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 10 | 203 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.20 |
| HSL | 249.64º | 0.91% | 0.42% | - |
| HSV(B) | 249.64º | 0.95% | 0.8% | - |
| XYZ | 11.8 | 5 | 56.84 | - |
| YUV | 41.27 | 219.27 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 203 | 0.80 | 0.95 | 0 | 0.20 | 249.64 | 0.91 | 0.42 |
| Hex | 29 | A | CB | 50 | 5F | 0 | 14 | FA | 5B | 2A |
| Octal | 51 | 12 | 313 | 120 | 137 | 0 | 24 | 372 | 133 | 52 |
| Binary | 101001 | 1010 | 11001011 | 1010000 | 1011111 | 0 | 10100 | 11111010 | 1011011 | 101010 |
Color Harmonies of #290ACB
Complementary color
Monochromatic Colors of #290ACB
Black with #290ACB
Text Example
Text Example
White with #290ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290ACB; }
p { color: rgb(41,10,203); }
H1.HeaderClassName
{
color: #290ACB;
}
.AnyTagClassName
{
color: #290ACB;
}
</style>
background-color css
<style>
a { background-color: #290ACB; }
a { background-color: rgb(41,10,203); }
div.DivClassName
{
background-color: #290ACB;
}
.BgClassName
{
background-color: #290ACB;
}
</style>
border-color css
<style>
span { border-color: #290ACB; }
span { border-color: rgb(41,10,203); }
td.TdClassName
{
border-color: #290ACB;
}
.TagClassName
{
border-color: #290ACB;
}
</style>