Shades of Medium Blue #310BC5
Tints of Medium Blue #310BC5
RGB
CMYK
RGB Variations
Color information
#310BC5 (or 0x310BC5) is known color: Medium Blue. HEX triplet: 31, 0B and C5. RGB value is (49,11,197). Sum of RGB (Red+Green+Blue) = 49+11+197=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 197 (77.34% from 255 or 76.65% from 257); Max value from RGB is 197 - color contains mainly: blue. Hex color #310BC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310BC5 is #CEF43A. Grayscale: #2A2A2A. Windows color (decimal): -13562939 or 12913457. OLE color: 12913457.
HSL color Cylindrical-coordinate representation of color #310BC5: hue angle of 252.26º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310BC5 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 11 | 197 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.23 |
| HSL | 252.26º | 0.89% | 0.41% | - |
| HSV(B) | 252.26º | 0.94% | 0.77% | - |
| XYZ | 11.46 | 4.92 | 53.17 | - |
| YUV | 43.57 | 214.59 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 197 | 0.75 | 0.94 | 0 | 0.23 | 252.26 | 0.89 | 0.41 |
| Hex | 31 | B | C5 | 4B | 5E | 0 | 17 | FC | 59 | 29 |
| Octal | 61 | 13 | 305 | 113 | 136 | 0 | 27 | 374 | 131 | 51 |
| Binary | 110001 | 1011 | 11000101 | 1001011 | 1011110 | 0 | 10111 | 11111100 | 1011001 | 101001 |
Color Harmonies of #310BC5
Complementary color
Monochromatic Colors of #310BC5
Black with #310BC5
Text Example
Text Example
White with #310BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310BC5; }
p { color: rgb(49,11,197); }
H1.HeaderClassName
{
color: #310BC5;
}
.AnyTagClassName
{
color: #310BC5;
}
</style>
background-color css
<style>
a { background-color: #310BC5; }
a { background-color: rgb(49,11,197); }
div.DivClassName
{
background-color: #310BC5;
}
.BgClassName
{
background-color: #310BC5;
}
</style>
border-color css
<style>
span { border-color: #310BC5; }
span { border-color: rgb(49,11,197); }
td.TdClassName
{
border-color: #310BC5;
}
.TagClassName
{
border-color: #310BC5;
}
</style>