Shades of Medium Blue #310DC9
Tints of Medium Blue #310DC9
RGB
CMYK
RGB Variations
Color information
#310DC9 (or 0x310DC9) is known color: Medium Blue. HEX triplet: 31, 0D and C9. RGB value is (49,13,201). Sum of RGB (Red+Green+Blue) = 49+13+201=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 201 (78.91% from 255 or 76.43% from 263); Max value from RGB is 201 - color contains mainly: blue. Hex color #310DC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310DC9 is #CEF236. Grayscale: #2C2C2C. Windows color (decimal): -13562423 or 13176113. OLE color: 13176113.
HSL color Cylindrical-coordinate representation of color #310DC9: hue angle of 251.49º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310DC9 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 13 | 201 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.21 |
| HSL | 251.49º | 0.88% | 0.42% | - |
| HSV(B) | 251.49º | 0.94% | 0.79% | - |
| XYZ | 11.95 | 5.16 | 55.62 | - |
| YUV | 45.2 | 215.93 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 201 | 0.76 | 0.94 | 0 | 0.21 | 251.49 | 0.88 | 0.42 |
| Hex | 31 | D | C9 | 4C | 5E | 0 | 15 | FB | 58 | 2A |
| Octal | 61 | 15 | 311 | 114 | 136 | 0 | 25 | 373 | 130 | 52 |
| Binary | 110001 | 1101 | 11001001 | 1001100 | 1011110 | 0 | 10101 | 11111011 | 1011000 | 101010 |
Color Harmonies of #310DC9
Complementary color
Monochromatic Colors of #310DC9
Black with #310DC9
Text Example
Text Example
White with #310DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310DC9; }
p { color: rgb(49,13,201); }
H1.HeaderClassName
{
color: #310DC9;
}
.AnyTagClassName
{
color: #310DC9;
}
</style>
background-color css
<style>
a { background-color: #310DC9; }
a { background-color: rgb(49,13,201); }
div.DivClassName
{
background-color: #310DC9;
}
.BgClassName
{
background-color: #310DC9;
}
</style>
border-color css
<style>
span { border-color: #310DC9; }
span { border-color: rgb(49,13,201); }
td.TdClassName
{
border-color: #310DC9;
}
.TagClassName
{
border-color: #310DC9;
}
</style>