Shades of Medium Blue #310ECE
Tints of Medium Blue #310ECE
RGB
CMYK
RGB Variations
Color information
#310ECE (or 0x310ECE) is known color: Medium Blue. HEX triplet: 31, 0E and CE. RGB value is (49,14,206). Sum of RGB (Red+Green+Blue) = 49+14+206=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #310ECE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310ECE is #CEF131. Grayscale: #2D2D2D. Windows color (decimal): -13562162 or 13504049. OLE color: 13504049.
HSL color Cylindrical-coordinate representation of color #310ECE: hue angle of 250.94º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310ECE is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 14 | 206 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.19 |
| HSL | 250.94º | 0.87% | 0.43% | - |
| HSV(B) | 250.94º | 0.93% | 0.81% | - |
| XYZ | 12.56 | 5.42 | 58.78 | - |
| YUV | 46.35 | 218.1 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 206 | 0.76 | 0.93 | 0 | 0.19 | 250.94 | 0.87 | 0.43 |
| Hex | 31 | E | CE | 4C | 5D | 0 | 13 | FB | 57 | 2B |
| Octal | 61 | 16 | 316 | 114 | 135 | 0 | 23 | 373 | 127 | 53 |
| Binary | 110001 | 1110 | 11001110 | 1001100 | 1011101 | 0 | 10011 | 11111011 | 1010111 | 101011 |
Color Harmonies of #310ECE
Complementary color
Monochromatic Colors of #310ECE
Black with #310ECE
Text Example
Text Example
White with #310ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310ECE; }
p { color: rgb(49,14,206); }
H1.HeaderClassName
{
color: #310ECE;
}
.AnyTagClassName
{
color: #310ECE;
}
</style>
background-color css
<style>
a { background-color: #310ECE; }
a { background-color: rgb(49,14,206); }
div.DivClassName
{
background-color: #310ECE;
}
.BgClassName
{
background-color: #310ECE;
}
</style>
border-color css
<style>
span { border-color: #310ECE; }
span { border-color: rgb(49,14,206); }
td.TdClassName
{
border-color: #310ECE;
}
.TagClassName
{
border-color: #310ECE;
}
</style>