Shades of Medium Blue #310CCD
Tints of Medium Blue #310CCD
RGB
CMYK
RGB Variations
Color information
#310CCD (or 0x310CCD) is known color: Medium Blue. HEX triplet: 31, 0C and CD. RGB value is (49,12,205). Sum of RGB (Red+Green+Blue) = 49+12+205=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #310CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CCD is #CEF332. Grayscale: #2C2C2C. Windows color (decimal): -13562675 or 13438001. OLE color: 13438001.
HSL color Cylindrical-coordinate representation of color #310CCD: hue angle of 251.5º degrees, saturation: 0.89, 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 #310CCD is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 12 | 205 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.20 |
| HSL | 251.5º | 0.89% | 0.43% | - |
| HSV(B) | 251.5º | 0.94% | 0.8% | - |
| XYZ | 12.42 | 5.32 | 58.13 | - |
| YUV | 45.07 | 218.26 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 205 | 0.76 | 0.94 | 0 | 0.20 | 251.5 | 0.89 | 0.43 |
| Hex | 31 | C | CD | 4C | 5E | 0 | 14 | FC | 59 | 2B |
| Octal | 61 | 14 | 315 | 114 | 136 | 0 | 24 | 374 | 131 | 53 |
| Binary | 110001 | 1100 | 11001101 | 1001100 | 1011110 | 0 | 10100 | 11111100 | 1011001 | 101011 |
Color Harmonies of #310CCD
Complementary color
Monochromatic Colors of #310CCD
Black with #310CCD
Text Example
Text Example
White with #310CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310CCD; }
p { color: rgb(49,12,205); }
H1.HeaderClassName
{
color: #310CCD;
}
.AnyTagClassName
{
color: #310CCD;
}
</style>
background-color css
<style>
a { background-color: #310CCD; }
a { background-color: rgb(49,12,205); }
div.DivClassName
{
background-color: #310CCD;
}
.BgClassName
{
background-color: #310CCD;
}
</style>
border-color css
<style>
span { border-color: #310CCD; }
span { border-color: rgb(49,12,205); }
td.TdClassName
{
border-color: #310CCD;
}
.TagClassName
{
border-color: #310CCD;
}
</style>