Shades of Medium Blue #2511CE
Tints of Medium Blue #2511CE
RGB
CMYK
RGB Variations
Color information
#2511CE (or 0x2511CE) is known color: Medium Blue. HEX triplet: 25, 11 and CE. RGB value is (37,17,206). Sum of RGB (Red+Green+Blue) = 37+17+206=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #2511CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2511CE is #DAEE31. Grayscale: #2B2B2B. Windows color (decimal): -14347826 or 13504805. OLE color: 13504805.
HSL color Cylindrical-coordinate representation of color #2511CE: hue angle of 246.35º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2511CE is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 17 | 206 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.19 |
| HSL | 246.35º | 0.85% | 0.44% | - |
| HSV(B) | 246.35º | 0.92% | 0.81% | - |
| XYZ | 12.1 | 5.25 | 58.77 | - |
| YUV | 44.53 | 219.13 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 206 | 0.82 | 0.92 | 0 | 0.19 | 246.35 | 0.85 | 0.44 |
| Hex | 25 | 11 | CE | 52 | 5C | 0 | 13 | F6 | 55 | 2C |
| Octal | 45 | 21 | 316 | 122 | 134 | 0 | 23 | 366 | 125 | 54 |
| Binary | 100101 | 10001 | 11001110 | 1010010 | 1011100 | 0 | 10011 | 11110110 | 1010101 | 101100 |
Color Harmonies of #2511CE
Complementary color
Monochromatic Colors of #2511CE
Black with #2511CE
Text Example
Text Example
White with #2511CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2511CE; }
p { color: rgb(37,17,206); }
H1.HeaderClassName
{
color: #2511CE;
}
.AnyTagClassName
{
color: #2511CE;
}
</style>
background-color css
<style>
a { background-color: #2511CE; }
a { background-color: rgb(37,17,206); }
div.DivClassName
{
background-color: #2511CE;
}
.BgClassName
{
background-color: #2511CE;
}
</style>
border-color css
<style>
span { border-color: #2511CE; }
span { border-color: rgb(37,17,206); }
td.TdClassName
{
border-color: #2511CE;
}
.TagClassName
{
border-color: #2511CE;
}
</style>