Shades of Medium Blue #2916DB
Tints of Medium Blue #2916DB
RGB
CMYK
RGB Variations
Color information
#2916DB (or 0x2916DB) is known color: Medium Blue. HEX triplet: 29, 16 and DB. RGB value is (41,22,219). Sum of RGB (Red+Green+Blue) = 41+22+219=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #2916DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2916DB is #D6E924. Grayscale: #313131. Windows color (decimal): -14084389 or 14358057. OLE color: 14358057.
HSL color Cylindrical-coordinate representation of color #2916DB: hue angle of 245.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2916DB is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 22 | 219 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.14 |
| HSL | 245.79º | 0.82% | 0.47% | - |
| HSV(B) | 245.79º | 0.9% | 0.86% | - |
| XYZ | 13.99 | 6.16 | 67.47 | - |
| YUV | 50.14 | 223.29 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 22 | 219 | 0.81 | 0.90 | 0 | 0.14 | 245.79 | 0.82 | 0.47 |
| Hex | 29 | 16 | DB | 51 | 5A | 0 | E | F6 | 52 | 2F |
| Octal | 51 | 26 | 333 | 121 | 132 | 0 | 16 | 366 | 122 | 57 |
| Binary | 101001 | 10110 | 11011011 | 1010001 | 1011010 | 0 | 1110 | 11110110 | 1010010 | 101111 |
Color Harmonies of #2916DB
Complementary color
Monochromatic Colors of #2916DB
Black with #2916DB
Text Example
Text Example
White with #2916DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2916DB; }
p { color: rgb(41,22,219); }
H1.HeaderClassName
{
color: #2916DB;
}
.AnyTagClassName
{
color: #2916DB;
}
</style>
background-color css
<style>
a { background-color: #2916DB; }
a { background-color: rgb(41,22,219); }
div.DivClassName
{
background-color: #2916DB;
}
.BgClassName
{
background-color: #2916DB;
}
</style>
border-color css
<style>
span { border-color: #2916DB; }
span { border-color: rgb(41,22,219); }
td.TdClassName
{
border-color: #2916DB;
}
.TagClassName
{
border-color: #2916DB;
}
</style>