Shades of Medium Blue #310BC2
Tints of Medium Blue #310BC2
RGB
CMYK
RGB Variations
Color information
#310BC2 (or 0x310BC2) is known color: Medium Blue. HEX triplet: 31, 0B and C2. RGB value is (49,11,194). Sum of RGB (Red+Green+Blue) = 49+11+194=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 194 (76.17% from 255 or 76.38% from 254); Max value from RGB is 194 - color contains mainly: blue. Hex color #310BC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310BC2 is #CEF43D. Grayscale: #2A2A2A. Windows color (decimal): -13562942 or 12716849. OLE color: 12716849.
HSL color Cylindrical-coordinate representation of color #310BC2: hue angle of 252.46º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310BC2 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 11 | 194 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.24 |
| HSL | 252.46º | 0.89% | 0.4% | - |
| HSV(B) | 252.46º | 0.94% | 0.76% | - |
| XYZ | 11.12 | 4.79 | 51.38 | - |
| YUV | 43.22 | 213.09 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 194 | 0.75 | 0.94 | 0 | 0.24 | 252.46 | 0.89 | 0.4 |
| Hex | 31 | B | C2 | 4B | 5E | 0 | 18 | FC | 59 | 28 |
| Octal | 61 | 13 | 302 | 113 | 136 | 0 | 30 | 374 | 131 | 50 |
| Binary | 110001 | 1011 | 11000010 | 1001011 | 1011110 | 0 | 11000 | 11111100 | 1011001 | 101000 |
Color Harmonies of #310BC2
Complementary color
Monochromatic Colors of #310BC2
Black with #310BC2
Text Example
Text Example
White with #310BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310BC2; }
p { color: rgb(49,11,194); }
H1.HeaderClassName
{
color: #310BC2;
}
.AnyTagClassName
{
color: #310BC2;
}
</style>
background-color css
<style>
a { background-color: #310BC2; }
a { background-color: rgb(49,11,194); }
div.DivClassName
{
background-color: #310BC2;
}
.BgClassName
{
background-color: #310BC2;
}
</style>
border-color css
<style>
span { border-color: #310BC2; }
span { border-color: rgb(49,11,194); }
td.TdClassName
{
border-color: #310BC2;
}
.TagClassName
{
border-color: #310BC2;
}
</style>