Shades of Medium Blue #2917DF
Tints of Medium Blue #2917DF
RGB
CMYK
RGB Variations
Color information
#2917DF (or 0x2917DF) is known color: Medium Blue. HEX triplet: 29, 17 and DF. RGB value is (41,23,223). Sum of RGB (Red+Green+Blue) = 41+23+223=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 223 (87.5% from 255 or 77.70% from 287); Max value from RGB is 223 - color contains mainly: blue. Hex color #2917DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2917DF is #D6E820. Grayscale: #323232. Windows color (decimal): -14084129 or 14620457. OLE color: 14620457.
HSL color Cylindrical-coordinate representation of color #2917DF: hue angle of 245.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2917DF is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 23 | 223 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.13 |
| HSL | 245.4º | 0.81% | 0.48% | - |
| HSV(B) | 245.4º | 0.9% | 0.87% | - |
| XYZ | 14.54 | 6.41 | 70.28 | - |
| YUV | 51.18 | 224.96 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 223 | 0.82 | 0.90 | 0 | 0.13 | 245.4 | 0.81 | 0.48 |
| Hex | 29 | 17 | DF | 52 | 5A | 0 | D | F5 | 51 | 30 |
| Octal | 51 | 27 | 337 | 122 | 132 | 0 | 15 | 365 | 121 | 60 |
| Binary | 101001 | 10111 | 11011111 | 1010010 | 1011010 | 0 | 1101 | 11110101 | 1010001 | 110000 |
Color Harmonies of #2917DF
Complementary color
Monochromatic Colors of #2917DF
Black with #2917DF
Text Example
Text Example
White with #2917DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2917DF; }
p { color: rgb(41,23,223); }
H1.HeaderClassName
{
color: #2917DF;
}
.AnyTagClassName
{
color: #2917DF;
}
</style>
background-color css
<style>
a { background-color: #2917DF; }
a { background-color: rgb(41,23,223); }
div.DivClassName
{
background-color: #2917DF;
}
.BgClassName
{
background-color: #2917DF;
}
</style>
border-color css
<style>
span { border-color: #2917DF; }
span { border-color: rgb(41,23,223); }
td.TdClassName
{
border-color: #2917DF;
}
.TagClassName
{
border-color: #2917DF;
}
</style>