Shades of Medium Blue #310CCB
Tints of Medium Blue #310CCB
RGB
CMYK
RGB Variations
Color information
#310CCB (or 0x310CCB) is known color: Medium Blue. HEX triplet: 31, 0C and CB. RGB value is (49,12,203). Sum of RGB (Red+Green+Blue) = 49+12+203=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #310CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CCB is #CEF334. Grayscale: #2C2C2C. Windows color (decimal): -13562677 or 13306929. OLE color: 13306929.
HSL color Cylindrical-coordinate representation of color #310CCB: hue angle of 251.62º 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 #310CCB is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 12 | 203 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.20 |
| HSL | 251.62º | 0.89% | 0.42% | - |
| HSV(B) | 251.62º | 0.94% | 0.8% | - |
| XYZ | 12.18 | 5.23 | 56.87 | - |
| YUV | 44.84 | 217.26 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 203 | 0.76 | 0.94 | 0 | 0.20 | 251.62 | 0.89 | 0.42 |
| Hex | 31 | C | CB | 4C | 5E | 0 | 14 | FC | 59 | 2A |
| Octal | 61 | 14 | 313 | 114 | 136 | 0 | 24 | 374 | 131 | 52 |
| Binary | 110001 | 1100 | 11001011 | 1001100 | 1011110 | 0 | 10100 | 11111100 | 1011001 | 101010 |
Color Harmonies of #310CCB
Complementary color
Monochromatic Colors of #310CCB
Black with #310CCB
Text Example
Text Example
White with #310CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310CCB; }
p { color: rgb(49,12,203); }
H1.HeaderClassName
{
color: #310CCB;
}
.AnyTagClassName
{
color: #310CCB;
}
</style>
background-color css
<style>
a { background-color: #310CCB; }
a { background-color: rgb(49,12,203); }
div.DivClassName
{
background-color: #310CCB;
}
.BgClassName
{
background-color: #310CCB;
}
</style>
border-color css
<style>
span { border-color: #310CCB; }
span { border-color: rgb(49,12,203); }
td.TdClassName
{
border-color: #310CCB;
}
.TagClassName
{
border-color: #310CCB;
}
</style>