Shades of Medium Blue #310ED1
Tints of Medium Blue #310ED1
RGB
CMYK
RGB Variations
Color information
#310ED1 (or 0x310ED1) is known color: Medium Blue. HEX triplet: 31, 0E and D1. RGB value is (49,14,209). Sum of RGB (Red+Green+Blue) = 49+14+209=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 209 (82.03% from 255 or 76.84% from 272); Max value from RGB is 209 - color contains mainly: blue. Hex color #310ED1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310ED1 is #CEF12E. Grayscale: #2D2D2D. Windows color (decimal): -13562159 or 13700657. OLE color: 13700657.
HSL color Cylindrical-coordinate representation of color #310ED1: hue angle of 250.77º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310ED1 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 14 | 209 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.18 |
| HSL | 250.77º | 0.87% | 0.44% | - |
| HSV(B) | 250.77º | 0.93% | 0.82% | - |
| XYZ | 12.93 | 5.57 | 60.72 | - |
| YUV | 46.7 | 219.6 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 209 | 0.77 | 0.93 | 0 | 0.18 | 250.77 | 0.87 | 0.44 |
| Hex | 31 | E | D1 | 4D | 5D | 0 | 12 | FB | 57 | 2C |
| Octal | 61 | 16 | 321 | 115 | 135 | 0 | 22 | 373 | 127 | 54 |
| Binary | 110001 | 1110 | 11010001 | 1001101 | 1011101 | 0 | 10010 | 11111011 | 1010111 | 101100 |
Color Harmonies of #310ED1
Complementary color
Monochromatic Colors of #310ED1
Black with #310ED1
Text Example
Text Example
White with #310ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310ED1; }
p { color: rgb(49,14,209); }
H1.HeaderClassName
{
color: #310ED1;
}
.AnyTagClassName
{
color: #310ED1;
}
</style>
background-color css
<style>
a { background-color: #310ED1; }
a { background-color: rgb(49,14,209); }
div.DivClassName
{
background-color: #310ED1;
}
.BgClassName
{
background-color: #310ED1;
}
</style>
border-color css
<style>
span { border-color: #310ED1; }
span { border-color: rgb(49,14,209); }
td.TdClassName
{
border-color: #310ED1;
}
.TagClassName
{
border-color: #310ED1;
}
</style>