Shades of Medium Blue #3112CE
Tints of Medium Blue #3112CE
RGB
CMYK
RGB Variations
Color information
#3112CE (or 0x3112CE) is known color: Medium Blue. HEX triplet: 31, 12 and CE. RGB value is (49,18,206). Sum of RGB (Red+Green+Blue) = 49+18+206=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #3112CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3112CE is #CEED31. Grayscale: #2F2F2F. Windows color (decimal): -13561138 or 13505073. OLE color: 13505073.
HSL color Cylindrical-coordinate representation of color #3112CE: hue angle of 249.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3112CE is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 18 | 206 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.19 |
| HSL | 249.89º | 0.84% | 0.44% | - |
| HSV(B) | 249.89º | 0.91% | 0.81% | - |
| XYZ | 12.62 | 5.54 | 58.8 | - |
| YUV | 48.7 | 216.77 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 206 | 0.76 | 0.91 | 0 | 0.19 | 249.89 | 0.84 | 0.44 |
| Hex | 31 | 12 | CE | 4C | 5B | 0 | 13 | FA | 54 | 2C |
| Octal | 61 | 22 | 316 | 114 | 133 | 0 | 23 | 372 | 124 | 54 |
| Binary | 110001 | 10010 | 11001110 | 1001100 | 1011011 | 0 | 10011 | 11111010 | 1010100 | 101100 |
Color Harmonies of #3112CE
Complementary color
Monochromatic Colors of #3112CE
Black with #3112CE
Text Example
Text Example
White with #3112CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3112CE; }
p { color: rgb(49,18,206); }
H1.HeaderClassName
{
color: #3112CE;
}
.AnyTagClassName
{
color: #3112CE;
}
</style>
background-color css
<style>
a { background-color: #3112CE; }
a { background-color: rgb(49,18,206); }
div.DivClassName
{
background-color: #3112CE;
}
.BgClassName
{
background-color: #3112CE;
}
</style>
border-color css
<style>
span { border-color: #3112CE; }
span { border-color: rgb(49,18,206); }
td.TdClassName
{
border-color: #3112CE;
}
.TagClassName
{
border-color: #3112CE;
}
</style>