Shades of Medium Blue #290DD3
Tints of Medium Blue #290DD3
RGB
CMYK
RGB Variations
Color information
#290DD3 (or 0x290DD3) is known color: Medium Blue. HEX triplet: 29, 0D and D3. RGB value is (41,13,211). Sum of RGB (Red+Green+Blue) = 41+13+211=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 211 (82.81% from 255 or 79.62% from 265); Max value from RGB is 211 - color contains mainly: blue. Hex color #290DD3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290DD3 is #D6F22C. Grayscale: #2B2B2B. Windows color (decimal): -14086701 or 13831465. OLE color: 13831465.
HSL color Cylindrical-coordinate representation of color #290DD3: hue angle of 248.48º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290DD3 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 13 | 211 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.17 |
| HSL | 248.48º | 0.88% | 0.44% | - |
| HSV(B) | 248.48º | 0.94% | 0.83% | - |
| XYZ | 12.82 | 5.46 | 62.01 | - |
| YUV | 43.94 | 222.28 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 211 | 0.81 | 0.94 | 0 | 0.17 | 248.48 | 0.88 | 0.44 |
| Hex | 29 | D | D3 | 51 | 5E | 0 | 11 | F8 | 58 | 2C |
| Octal | 51 | 15 | 323 | 121 | 136 | 0 | 21 | 370 | 130 | 54 |
| Binary | 101001 | 1101 | 11010011 | 1010001 | 1011110 | 0 | 10001 | 11111000 | 1011000 | 101100 |
Color Harmonies of #290DD3
Complementary color
Monochromatic Colors of #290DD3
Black with #290DD3
Text Example
Text Example
White with #290DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290DD3; }
p { color: rgb(41,13,211); }
H1.HeaderClassName
{
color: #290DD3;
}
.AnyTagClassName
{
color: #290DD3;
}
</style>
background-color css
<style>
a { background-color: #290DD3; }
a { background-color: rgb(41,13,211); }
div.DivClassName
{
background-color: #290DD3;
}
.BgClassName
{
background-color: #290DD3;
}
</style>
border-color css
<style>
span { border-color: #290DD3; }
span { border-color: rgb(41,13,211); }
td.TdClassName
{
border-color: #290DD3;
}
.TagClassName
{
border-color: #290DD3;
}
</style>