Shades of Medium Blue #310CCC
Tints of Medium Blue #310CCC
RGB
CMYK
RGB Variations
Color information
#310CCC (or 0x310CCC) is known color: Medium Blue. HEX triplet: 31, 0C and CC. RGB value is (49,12,204). Sum of RGB (Red+Green+Blue) = 49+12+204=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #310CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CCC is #CEF333. Grayscale: #2C2C2C. Windows color (decimal): -13562676 or 13372465. OLE color: 13372465.
HSL color Cylindrical-coordinate representation of color #310CCC: hue angle of 251.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310CCC is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 12 | 204 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.2 |
| HSL | 251.56º | 0.89% | 0.42% | - |
| HSV(B) | 251.56º | 0.94% | 0.8% | - |
| XYZ | 12.3 | 5.28 | 57.5 | - |
| YUV | 44.95 | 217.76 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 204 | 0.76 | 0.94 | 0 | 0.2 | 251.56 | 0.89 | 0.42 |
| Hex | 31 | C | CC | 4C | 5E | 0 | 14 | FC | 59 | 2A |
| Octal | 61 | 14 | 314 | 114 | 136 | 0 | 24 | 374 | 131 | 52 |
| Binary | 110001 | 1100 | 11001100 | 1001100 | 1011110 | 0 | 10100 | 11111100 | 1011001 | 101010 |
Color Harmonies of #310CCC
Complementary color
Monochromatic Colors of #310CCC
Black with #310CCC
Text Example
Text Example
White with #310CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310CCC; }
p { color: rgb(49,12,204); }
H1.HeaderClassName
{
color: #310CCC;
}
.AnyTagClassName
{
color: #310CCC;
}
</style>
background-color css
<style>
a { background-color: #310CCC; }
a { background-color: rgb(49,12,204); }
div.DivClassName
{
background-color: #310CCC;
}
.BgClassName
{
background-color: #310CCC;
}
</style>
border-color css
<style>
span { border-color: #310CCC; }
span { border-color: rgb(49,12,204); }
td.TdClassName
{
border-color: #310CCC;
}
.TagClassName
{
border-color: #310CCC;
}
</style>