Shades of Medium Blue #2511C0
Tints of Medium Blue #2511C0
RGB
CMYK
RGB Variations
Color information
#2511C0 (or 0x2511C0) is known color: Medium Blue. HEX triplet: 25, 11 and C0. RGB value is (37,17,192). Sum of RGB (Red+Green+Blue) = 37+17+192=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 192 (75.39% from 255 or 78.05% from 246); Max value from RGB is 192 - color contains mainly: blue. Hex color #2511C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2511C0 is #DAEE3F. Grayscale: #2A2A2A. Windows color (decimal): -14347840 or 12587301. OLE color: 12587301.
HSL color Cylindrical-coordinate representation of color #2511C0: hue angle of 246.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2511C0 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 17 | 192 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.25 |
| HSL | 246.86º | 0.84% | 0.41% | - |
| HSV(B) | 246.86º | 0.91% | 0.75% | - |
| XYZ | 10.48 | 4.6 | 50.2 | - |
| YUV | 42.93 | 212.13 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 192 | 0.81 | 0.91 | 0 | 0.25 | 246.86 | 0.84 | 0.41 |
| Hex | 25 | 11 | C0 | 51 | 5B | 0 | 19 | F7 | 54 | 29 |
| Octal | 45 | 21 | 300 | 121 | 133 | 0 | 31 | 367 | 124 | 51 |
| Binary | 100101 | 10001 | 11000000 | 1010001 | 1011011 | 0 | 11001 | 11110111 | 1010100 | 101001 |
Color Harmonies of #2511C0
Complementary color
Monochromatic Colors of #2511C0
Black with #2511C0
Text Example
Text Example
White with #2511C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2511C0; }
p { color: rgb(37,17,192); }
H1.HeaderClassName
{
color: #2511C0;
}
.AnyTagClassName
{
color: #2511C0;
}
</style>
background-color css
<style>
a { background-color: #2511C0; }
a { background-color: rgb(37,17,192); }
div.DivClassName
{
background-color: #2511C0;
}
.BgClassName
{
background-color: #2511C0;
}
</style>
border-color css
<style>
span { border-color: #2511C0; }
span { border-color: rgb(37,17,192); }
td.TdClassName
{
border-color: #2511C0;
}
.TagClassName
{
border-color: #2511C0;
}
</style>