Shades of Medium Blue #2517CB
Tints of Medium Blue #2517CB
RGB
CMYK
RGB Variations
Color information
#2517CB (or 0x2517CB) is known color: Medium Blue. HEX triplet: 25, 17 and CB. RGB value is (37,23,203). Sum of RGB (Red+Green+Blue) = 37+23+203=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #2517CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2517CB is #DAE834. Grayscale: #2F2F2F. Windows color (decimal): -14346293 or 13309733. OLE color: 13309733.
HSL color Cylindrical-coordinate representation of color #2517CB: hue angle of 244.67º 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 #2517CB is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 23 | 203 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.20 |
| HSL | 244.67º | 0.8% | 0.44% | - |
| HSV(B) | 244.67º | 0.89% | 0.8% | - |
| XYZ | 11.85 | 5.32 | 56.9 | - |
| YUV | 47.71 | 215.64 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 203 | 0.82 | 0.89 | 0 | 0.20 | 244.67 | 0.8 | 0.44 |
| Hex | 25 | 17 | CB | 52 | 59 | 0 | 14 | F5 | 50 | 2C |
| Octal | 45 | 27 | 313 | 122 | 131 | 0 | 24 | 365 | 120 | 54 |
| Binary | 100101 | 10111 | 11001011 | 1010010 | 1011001 | 0 | 10100 | 11110101 | 1010000 | 101100 |
Color Harmonies of #2517CB
Complementary color
Monochromatic Colors of #2517CB
Black with #2517CB
Text Example
Text Example
White with #2517CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2517CB; }
p { color: rgb(37,23,203); }
H1.HeaderClassName
{
color: #2517CB;
}
.AnyTagClassName
{
color: #2517CB;
}
</style>
background-color css
<style>
a { background-color: #2517CB; }
a { background-color: rgb(37,23,203); }
div.DivClassName
{
background-color: #2517CB;
}
.BgClassName
{
background-color: #2517CB;
}
</style>
border-color css
<style>
span { border-color: #2517CB; }
span { border-color: rgb(37,23,203); }
td.TdClassName
{
border-color: #2517CB;
}
.TagClassName
{
border-color: #2517CB;
}
</style>