Shades of Medium Blue #290BD3
Tints of Medium Blue #290BD3
RGB
CMYK
RGB Variations
Color information
#290BD3 (or 0x290BD3) is known color: Medium Blue. HEX triplet: 29, 0B and D3. RGB value is (41,11,211). Sum of RGB (Red+Green+Blue) = 41+11+211=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 211 (82.81% from 255 or 80.23% from 263); Max value from RGB is 211 - color contains mainly: blue. Hex color #290BD3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BD3 is #D6F42C. Grayscale: #2A2A2A. Windows color (decimal): -14087213 or 13830953. OLE color: 13830953.
HSL color Cylindrical-coordinate representation of color #290BD3: hue angle of 249º degrees, saturation: 0.9, 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 #290BD3 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 11 | 211 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.17 |
| HSL | 249º | 0.9% | 0.44% | - |
| HSV(B) | 249º | 0.95% | 0.83% | - |
| XYZ | 12.79 | 5.41 | 62 | - |
| YUV | 42.77 | 222.94 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 211 | 0.81 | 0.95 | 0 | 0.17 | 249 | 0.9 | 0.44 |
| Hex | 29 | B | D3 | 51 | 5F | 0 | 11 | F9 | 5A | 2C |
| Octal | 51 | 13 | 323 | 121 | 137 | 0 | 21 | 371 | 132 | 54 |
| Binary | 101001 | 1011 | 11010011 | 1010001 | 1011111 | 0 | 10001 | 11111001 | 1011010 | 101100 |
Color Harmonies of #290BD3
Complementary color
Monochromatic Colors of #290BD3
Black with #290BD3
Text Example
Text Example
White with #290BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BD3; }
p { color: rgb(41,11,211); }
H1.HeaderClassName
{
color: #290BD3;
}
.AnyTagClassName
{
color: #290BD3;
}
</style>
background-color css
<style>
a { background-color: #290BD3; }
a { background-color: rgb(41,11,211); }
div.DivClassName
{
background-color: #290BD3;
}
.BgClassName
{
background-color: #290BD3;
}
</style>
border-color css
<style>
span { border-color: #290BD3; }
span { border-color: rgb(41,11,211); }
td.TdClassName
{
border-color: #290BD3;
}
.TagClassName
{
border-color: #290BD3;
}
</style>