Shades of Medium Blue #291ADB
Tints of Medium Blue #291ADB
RGB
CMYK
RGB Variations
Color information
#291ADB (or 0x291ADB) is known color: Medium Blue. HEX triplet: 29, 1A and DB. RGB value is (41,26,219). Sum of RGB (Red+Green+Blue) = 41+26+219=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #291ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291ADB is #D6E524. Grayscale: #333333. Windows color (decimal): -14083365 or 14359081. OLE color: 14359081.
HSL color Cylindrical-coordinate representation of color #291ADB: hue angle of 244.66º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291ADB is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 26 | 219 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.14 |
| HSL | 244.66º | 0.79% | 0.48% | - |
| HSV(B) | 244.66º | 0.88% | 0.86% | - |
| XYZ | 14.07 | 6.32 | 67.5 | - |
| YUV | 52.49 | 221.97 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 219 | 0.81 | 0.88 | 0 | 0.14 | 244.66 | 0.79 | 0.48 |
| Hex | 29 | 1A | DB | 51 | 58 | 0 | E | F5 | 4F | 30 |
| Octal | 51 | 32 | 333 | 121 | 130 | 0 | 16 | 365 | 117 | 60 |
| Binary | 101001 | 11010 | 11011011 | 1010001 | 1011000 | 0 | 1110 | 11110101 | 1001111 | 110000 |
Color Harmonies of #291ADB
Complementary color
Monochromatic Colors of #291ADB
Black with #291ADB
Text Example
Text Example
White with #291ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291ADB; }
p { color: rgb(41,26,219); }
H1.HeaderClassName
{
color: #291ADB;
}
.AnyTagClassName
{
color: #291ADB;
}
</style>
background-color css
<style>
a { background-color: #291ADB; }
a { background-color: rgb(41,26,219); }
div.DivClassName
{
background-color: #291ADB;
}
.BgClassName
{
background-color: #291ADB;
}
</style>
border-color css
<style>
span { border-color: #291ADB; }
span { border-color: rgb(41,26,219); }
td.TdClassName
{
border-color: #291ADB;
}
.TagClassName
{
border-color: #291ADB;
}
</style>