Shades of Medium Blue #310ECF
Tints of Medium Blue #310ECF
RGB
CMYK
RGB Variations
Color information
#310ECF (or 0x310ECF) is known color: Medium Blue. HEX triplet: 31, 0E and CF. RGB value is (49,14,207). Sum of RGB (Red+Green+Blue) = 49+14+207=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #310ECF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310ECF is #CEF130. Grayscale: #2D2D2D. Windows color (decimal): -13562161 or 13569585. OLE color: 13569585.
HSL color Cylindrical-coordinate representation of color #310ECF: hue angle of 250.88º 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 #310ECF is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 14 | 207 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.19 |
| HSL | 250.88º | 0.87% | 0.43% | - |
| HSV(B) | 250.88º | 0.93% | 0.81% | - |
| XYZ | 12.69 | 5.47 | 59.42 | - |
| YUV | 46.47 | 218.6 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 207 | 0.76 | 0.93 | 0 | 0.19 | 250.88 | 0.87 | 0.43 |
| Hex | 31 | E | CF | 4C | 5D | 0 | 13 | FB | 57 | 2B |
| Octal | 61 | 16 | 317 | 114 | 135 | 0 | 23 | 373 | 127 | 53 |
| Binary | 110001 | 1110 | 11001111 | 1001100 | 1011101 | 0 | 10011 | 11111011 | 1010111 | 101011 |
Color Harmonies of #310ECF
Complementary color
Monochromatic Colors of #310ECF
Black with #310ECF
Text Example
Text Example
White with #310ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310ECF; }
p { color: rgb(49,14,207); }
H1.HeaderClassName
{
color: #310ECF;
}
.AnyTagClassName
{
color: #310ECF;
}
</style>
background-color css
<style>
a { background-color: #310ECF; }
a { background-color: rgb(49,14,207); }
div.DivClassName
{
background-color: #310ECF;
}
.BgClassName
{
background-color: #310ECF;
}
</style>
border-color css
<style>
span { border-color: #310ECF; }
span { border-color: rgb(49,14,207); }
td.TdClassName
{
border-color: #310ECF;
}
.TagClassName
{
border-color: #310ECF;
}
</style>