Shades of Medium Blue #2917D8
Tints of Medium Blue #2917D8
RGB
CMYK
RGB Variations
Color information
#2917D8 (or 0x2917D8) is known color: Medium Blue. HEX triplet: 29, 17 and D8. RGB value is (41,23,216). Sum of RGB (Red+Green+Blue) = 41+23+216=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 216 (84.77% from 255 or 77.14% from 280); Max value from RGB is 216 - color contains mainly: blue. Hex color #2917D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2917D8 is #D6E827. Grayscale: #313131. Windows color (decimal): -14084136 or 14161705. OLE color: 14161705.
HSL color Cylindrical-coordinate representation of color #2917D8: hue angle of 245.6º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2917D8 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 23 | 216 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.15 |
| HSL | 245.6º | 0.81% | 0.47% | - |
| HSV(B) | 245.6º | 0.89% | 0.85% | - |
| XYZ | 13.62 | 6.04 | 65.41 | - |
| YUV | 50.38 | 221.46 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 216 | 0.81 | 0.89 | 0 | 0.15 | 245.6 | 0.81 | 0.47 |
| Hex | 29 | 17 | D8 | 51 | 59 | 0 | F | F6 | 51 | 2F |
| Octal | 51 | 27 | 330 | 121 | 131 | 0 | 17 | 366 | 121 | 57 |
| Binary | 101001 | 10111 | 11011000 | 1010001 | 1011001 | 0 | 1111 | 11110110 | 1010001 | 101111 |
Color Harmonies of #2917D8
Complementary color
Monochromatic Colors of #2917D8
Black with #2917D8
Text Example
Text Example
White with #2917D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2917D8; }
p { color: rgb(41,23,216); }
H1.HeaderClassName
{
color: #2917D8;
}
.AnyTagClassName
{
color: #2917D8;
}
</style>
background-color css
<style>
a { background-color: #2917D8; }
a { background-color: rgb(41,23,216); }
div.DivClassName
{
background-color: #2917D8;
}
.BgClassName
{
background-color: #2917D8;
}
</style>
border-color css
<style>
span { border-color: #2917D8; }
span { border-color: rgb(41,23,216); }
td.TdClassName
{
border-color: #2917D8;
}
.TagClassName
{
border-color: #2917D8;
}
</style>