Shades of Medium Blue #310BC0
Tints of Medium Blue #310BC0
RGB
CMYK
RGB Variations
Color information
#310BC0 (or 0x310BC0) is known color: Medium Blue. HEX triplet: 31, 0B and C0. RGB value is (49,11,192). Sum of RGB (Red+Green+Blue) = 49+11+192=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 192 (75.39% from 255 or 76.19% from 252); Max value from RGB is 192 - color contains mainly: blue. Hex color #310BC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310BC0 is #CEF43F. Grayscale: #2A2A2A. Windows color (decimal): -13562944 or 12585777. OLE color: 12585777.
HSL color Cylindrical-coordinate representation of color #310BC0: hue angle of 252.6º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310BC0 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 11 | 192 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.25 |
| HSL | 252.6º | 0.89% | 0.4% | - |
| HSV(B) | 252.6º | 0.94% | 0.75% | - |
| XYZ | 10.9 | 4.7 | 50.2 | - |
| YUV | 43 | 212.09 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 192 | 0.74 | 0.94 | 0 | 0.25 | 252.6 | 0.89 | 0.4 |
| Hex | 31 | B | C0 | 4A | 5E | 0 | 19 | FD | 59 | 28 |
| Octal | 61 | 13 | 300 | 112 | 136 | 0 | 31 | 375 | 131 | 50 |
| Binary | 110001 | 1011 | 11000000 | 1001010 | 1011110 | 0 | 11001 | 11111101 | 1011001 | 101000 |
Color Harmonies of #310BC0
Complementary color
Monochromatic Colors of #310BC0
Black with #310BC0
Text Example
Text Example
White with #310BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310BC0; }
p { color: rgb(49,11,192); }
H1.HeaderClassName
{
color: #310BC0;
}
.AnyTagClassName
{
color: #310BC0;
}
</style>
background-color css
<style>
a { background-color: #310BC0; }
a { background-color: rgb(49,11,192); }
div.DivClassName
{
background-color: #310BC0;
}
.BgClassName
{
background-color: #310BC0;
}
</style>
border-color css
<style>
span { border-color: #310BC0; }
span { border-color: rgb(49,11,192); }
td.TdClassName
{
border-color: #310BC0;
}
.TagClassName
{
border-color: #310BC0;
}
</style>