Shades of Medium Blue #2417CB
Tints of Medium Blue #2417CB
RGB
CMYK
RGB Variations
Color information
#2417CB (or 0x2417CB) is known color: Medium Blue. HEX triplet: 24, 17 and CB. RGB value is (36,23,203). Sum of RGB (Red+Green+Blue) = 36+23+203=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #2417CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2417CB is #DBE834. Grayscale: #2E2E2E. Windows color (decimal): -14411829 or 13309732. OLE color: 13309732.
HSL color Cylindrical-coordinate representation of color #2417CB: hue angle of 244.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2417CB is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 23 | 203 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.20 |
| HSL | 244.33º | 0.8% | 0.44% | - |
| HSV(B) | 244.33º | 0.89% | 0.8% | - |
| XYZ | 11.81 | 5.3 | 56.9 | - |
| YUV | 47.41 | 215.81 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 203 | 0.82 | 0.89 | 0 | 0.20 | 244.33 | 0.8 | 0.44 |
| Hex | 24 | 17 | CB | 52 | 59 | 0 | 14 | F4 | 50 | 2C |
| Octal | 44 | 27 | 313 | 122 | 131 | 0 | 24 | 364 | 120 | 54 |
| Binary | 100100 | 10111 | 11001011 | 1010010 | 1011001 | 0 | 10100 | 11110100 | 1010000 | 101100 |
Color Harmonies of #2417CB
Complementary color
Monochromatic Colors of #2417CB
Black with #2417CB
Text Example
Text Example
White with #2417CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2417CB; }
p { color: rgb(36,23,203); }
H1.HeaderClassName
{
color: #2417CB;
}
.AnyTagClassName
{
color: #2417CB;
}
</style>
background-color css
<style>
a { background-color: #2417CB; }
a { background-color: rgb(36,23,203); }
div.DivClassName
{
background-color: #2417CB;
}
.BgClassName
{
background-color: #2417CB;
}
</style>
border-color css
<style>
span { border-color: #2417CB; }
span { border-color: rgb(36,23,203); }
td.TdClassName
{
border-color: #2417CB;
}
.TagClassName
{
border-color: #2417CB;
}
</style>