Shades of Medium Blue #3111CE
Tints of Medium Blue #3111CE
RGB
CMYK
RGB Variations
Color information
#3111CE (or 0x3111CE) is known color: Medium Blue. HEX triplet: 31, 11 and CE. RGB value is (49,17,206). Sum of RGB (Red+Green+Blue) = 49+17+206=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #3111CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3111CE is #CEEE31. Grayscale: #2F2F2F. Windows color (decimal): -13561394 or 13504817. OLE color: 13504817.
HSL color Cylindrical-coordinate representation of color #3111CE: hue angle of 250.16º 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 #3111CE is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 17 | 206 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.19 |
| HSL | 250.16º | 0.85% | 0.44% | - |
| HSV(B) | 250.16º | 0.92% | 0.81% | - |
| XYZ | 12.61 | 5.51 | 58.79 | - |
| YUV | 48.11 | 217.1 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 206 | 0.76 | 0.92 | 0 | 0.19 | 250.16 | 0.85 | 0.44 |
| Hex | 31 | 11 | CE | 4C | 5C | 0 | 13 | FA | 55 | 2C |
| Octal | 61 | 21 | 316 | 114 | 134 | 0 | 23 | 372 | 125 | 54 |
| Binary | 110001 | 10001 | 11001110 | 1001100 | 1011100 | 0 | 10011 | 11111010 | 1010101 | 101100 |
Color Harmonies of #3111CE
Complementary color
Monochromatic Colors of #3111CE
Black with #3111CE
Text Example
Text Example
White with #3111CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3111CE; }
p { color: rgb(49,17,206); }
H1.HeaderClassName
{
color: #3111CE;
}
.AnyTagClassName
{
color: #3111CE;
}
</style>
background-color css
<style>
a { background-color: #3111CE; }
a { background-color: rgb(49,17,206); }
div.DivClassName
{
background-color: #3111CE;
}
.BgClassName
{
background-color: #3111CE;
}
</style>
border-color css
<style>
span { border-color: #3111CE; }
span { border-color: rgb(49,17,206); }
td.TdClassName
{
border-color: #3111CE;
}
.TagClassName
{
border-color: #3111CE;
}
</style>