Shades of Medium Blue #310DCD
Tints of Medium Blue #310DCD
RGB
CMYK
RGB Variations
Color information
#310DCD (or 0x310DCD) is known color: Medium Blue. HEX triplet: 31, 0D and CD. RGB value is (49,13,205). Sum of RGB (Red+Green+Blue) = 49+13+205=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #310DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310DCD is #CEF232. Grayscale: #2C2C2C. Windows color (decimal): -13562419 or 13438257. OLE color: 13438257.
HSL color Cylindrical-coordinate representation of color #310DCD: hue angle of 251.25º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310DCD is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 13 | 205 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.20 |
| HSL | 251.25º | 0.88% | 0.43% | - |
| HSV(B) | 251.25º | 0.94% | 0.8% | - |
| XYZ | 12.43 | 5.35 | 58.13 | - |
| YUV | 45.65 | 217.93 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 205 | 0.76 | 0.94 | 0 | 0.20 | 251.25 | 0.88 | 0.43 |
| Hex | 31 | D | CD | 4C | 5E | 0 | 14 | FB | 58 | 2B |
| Octal | 61 | 15 | 315 | 114 | 136 | 0 | 24 | 373 | 130 | 53 |
| Binary | 110001 | 1101 | 11001101 | 1001100 | 1011110 | 0 | 10100 | 11111011 | 1011000 | 101011 |
Color Harmonies of #310DCD
Complementary color
Monochromatic Colors of #310DCD
Black with #310DCD
Text Example
Text Example
White with #310DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310DCD; }
p { color: rgb(49,13,205); }
H1.HeaderClassName
{
color: #310DCD;
}
.AnyTagClassName
{
color: #310DCD;
}
</style>
background-color css
<style>
a { background-color: #310DCD; }
a { background-color: rgb(49,13,205); }
div.DivClassName
{
background-color: #310DCD;
}
.BgClassName
{
background-color: #310DCD;
}
</style>
border-color css
<style>
span { border-color: #310DCD; }
span { border-color: rgb(49,13,205); }
td.TdClassName
{
border-color: #310DCD;
}
.TagClassName
{
border-color: #310DCD;
}
</style>