Shades of Medium Blue #310DCC
Tints of Medium Blue #310DCC
RGB
CMYK
RGB Variations
Color information
#310DCC (or 0x310DCC) is known color: Medium Blue. HEX triplet: 31, 0D and CC. RGB value is (49,13,204). Sum of RGB (Red+Green+Blue) = 49+13+204=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #310DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310DCC is #CEF233. Grayscale: #2C2C2C. Windows color (decimal): -13562420 or 13372721. OLE color: 13372721.
HSL color Cylindrical-coordinate representation of color #310DCC: hue angle of 251.31º 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 #310DCC is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 13 | 204 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.2 |
| HSL | 251.31º | 0.88% | 0.43% | - |
| HSV(B) | 251.31º | 0.94% | 0.8% | - |
| XYZ | 12.31 | 5.3 | 57.5 | - |
| YUV | 45.54 | 217.43 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 204 | 0.76 | 0.94 | 0 | 0.2 | 251.31 | 0.88 | 0.43 |
| Hex | 31 | D | CC | 4C | 5E | 0 | 14 | FB | 58 | 2B |
| Octal | 61 | 15 | 314 | 114 | 136 | 0 | 24 | 373 | 130 | 53 |
| Binary | 110001 | 1101 | 11001100 | 1001100 | 1011110 | 0 | 10100 | 11111011 | 1011000 | 101011 |
Color Harmonies of #310DCC
Complementary color
Monochromatic Colors of #310DCC
Black with #310DCC
Text Example
Text Example
White with #310DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310DCC; }
p { color: rgb(49,13,204); }
H1.HeaderClassName
{
color: #310DCC;
}
.AnyTagClassName
{
color: #310DCC;
}
</style>
background-color css
<style>
a { background-color: #310DCC; }
a { background-color: rgb(49,13,204); }
div.DivClassName
{
background-color: #310DCC;
}
.BgClassName
{
background-color: #310DCC;
}
</style>
border-color css
<style>
span { border-color: #310DCC; }
span { border-color: rgb(49,13,204); }
td.TdClassName
{
border-color: #310DCC;
}
.TagClassName
{
border-color: #310DCC;
}
</style>