Shades of Medium Blue #310CBC
Tints of Medium Blue #310CBC
RGB
CMYK
RGB Variations
Color information
#310CBC (or 0x310CBC) is known color: Medium Blue. HEX triplet: 31, 0C and BC. RGB value is (49,12,188). Sum of RGB (Red+Green+Blue) = 49+12+188=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #310CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CBC is #CEF343. Grayscale: #2A2A2A. Windows color (decimal): -13562692 or 12323889. OLE color: 12323889.
HSL color Cylindrical-coordinate representation of color #310CBC: hue angle of 252.61º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310CBC is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 12 | 188 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.26 |
| HSL | 252.61º | 0.88% | 0.39% | - |
| HSV(B) | 252.61º | 0.94% | 0.74% | - |
| XYZ | 10.48 | 4.55 | 47.9 | - |
| YUV | 43.13 | 209.76 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 188 | 0.74 | 0.94 | 0 | 0.26 | 252.61 | 0.88 | 0.39 |
| Hex | 31 | C | BC | 4A | 5E | 0 | 1A | FD | 58 | 27 |
| Octal | 61 | 14 | 274 | 112 | 136 | 0 | 32 | 375 | 130 | 47 |
| Binary | 110001 | 1100 | 10111100 | 1001010 | 1011110 | 0 | 11010 | 11111101 | 1011000 | 100111 |
Color Harmonies of #310CBC
Complementary color
Monochromatic Colors of #310CBC
Black with #310CBC
Text Example
Text Example
White with #310CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310CBC; }
p { color: rgb(49,12,188); }
H1.HeaderClassName
{
color: #310CBC;
}
.AnyTagClassName
{
color: #310CBC;
}
</style>
background-color css
<style>
a { background-color: #310CBC; }
a { background-color: rgb(49,12,188); }
div.DivClassName
{
background-color: #310CBC;
}
.BgClassName
{
background-color: #310CBC;
}
</style>
border-color css
<style>
span { border-color: #310CBC; }
span { border-color: rgb(49,12,188); }
td.TdClassName
{
border-color: #310CBC;
}
.TagClassName
{
border-color: #310CBC;
}
</style>