Shades of Medium Blue #290AD4
Tints of Medium Blue #290AD4
RGB
CMYK
RGB Variations
Color information
#290AD4 (or 0x290AD4) is known color: Medium Blue. HEX triplet: 29, 0A and D4. RGB value is (41,10,212). Sum of RGB (Red+Green+Blue) = 41+10+212=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 212 (83.20% from 255 or 80.61% from 263); Max value from RGB is 212 - color contains mainly: blue. Hex color #290AD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290AD4 is #D6F52B. Grayscale: #292929. Windows color (decimal): -14087468 or 13896233. OLE color: 13896233.
HSL color Cylindrical-coordinate representation of color #290AD4: hue angle of 249.21º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290AD4 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 10 | 212 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.17 |
| HSL | 249.21º | 0.91% | 0.44% | - |
| HSV(B) | 249.21º | 0.95% | 0.83% | - |
| XYZ | 12.91 | 5.44 | 62.66 | - |
| YUV | 42.3 | 223.77 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 212 | 0.81 | 0.95 | 0 | 0.17 | 249.21 | 0.91 | 0.44 |
| Hex | 29 | A | D4 | 51 | 5F | 0 | 11 | F9 | 5B | 2C |
| Octal | 51 | 12 | 324 | 121 | 137 | 0 | 21 | 371 | 133 | 54 |
| Binary | 101001 | 1010 | 11010100 | 1010001 | 1011111 | 0 | 10001 | 11111001 | 1011011 | 101100 |
Color Harmonies of #290AD4
Complementary color
Monochromatic Colors of #290AD4
Black with #290AD4
Text Example
Text Example
White with #290AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290AD4; }
p { color: rgb(41,10,212); }
H1.HeaderClassName
{
color: #290AD4;
}
.AnyTagClassName
{
color: #290AD4;
}
</style>
background-color css
<style>
a { background-color: #290AD4; }
a { background-color: rgb(41,10,212); }
div.DivClassName
{
background-color: #290AD4;
}
.BgClassName
{
background-color: #290AD4;
}
</style>
border-color css
<style>
span { border-color: #290AD4; }
span { border-color: rgb(41,10,212); }
td.TdClassName
{
border-color: #290AD4;
}
.TagClassName
{
border-color: #290AD4;
}
</style>