Shades of Medium Blue #290BD5
Tints of Medium Blue #290BD5
RGB
CMYK
RGB Variations
Color information
#290BD5 (or 0x290BD5) is known color: Medium Blue. HEX triplet: 29, 0B and D5. RGB value is (41,11,213). Sum of RGB (Red+Green+Blue) = 41+11+213=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 213 (83.59% from 255 or 80.38% from 265); Max value from RGB is 213 - color contains mainly: blue. Hex color #290BD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BD5 is #D6F42A. Grayscale: #2A2A2A. Windows color (decimal): -14087211 or 13962025. OLE color: 13962025.
HSL color Cylindrical-coordinate representation of color #290BD5: hue angle of 248.91º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290BD5 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 11 | 213 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.16 |
| HSL | 248.91º | 0.9% | 0.44% | - |
| HSV(B) | 248.91º | 0.95% | 0.84% | - |
| XYZ | 13.04 | 5.51 | 63.33 | - |
| YUV | 43 | 223.94 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 213 | 0.81 | 0.95 | 0 | 0.16 | 248.91 | 0.9 | 0.44 |
| Hex | 29 | B | D5 | 51 | 5F | 0 | 10 | F9 | 5A | 2C |
| Octal | 51 | 13 | 325 | 121 | 137 | 0 | 20 | 371 | 132 | 54 |
| Binary | 101001 | 1011 | 11010101 | 1010001 | 1011111 | 0 | 10000 | 11111001 | 1011010 | 101100 |
Color Harmonies of #290BD5
Complementary color
Monochromatic Colors of #290BD5
Black with #290BD5
Text Example
Text Example
White with #290BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BD5; }
p { color: rgb(41,11,213); }
H1.HeaderClassName
{
color: #290BD5;
}
.AnyTagClassName
{
color: #290BD5;
}
</style>
background-color css
<style>
a { background-color: #290BD5; }
a { background-color: rgb(41,11,213); }
div.DivClassName
{
background-color: #290BD5;
}
.BgClassName
{
background-color: #290BD5;
}
</style>
border-color css
<style>
span { border-color: #290BD5; }
span { border-color: rgb(41,11,213); }
td.TdClassName
{
border-color: #290BD5;
}
.TagClassName
{
border-color: #290BD5;
}
</style>