Shades of Medium Blue #310BCB
Tints of Medium Blue #310BCB
RGB
CMYK
RGB Variations
Color information
#310BCB (or 0x310BCB) is known color: Medium Blue. HEX triplet: 31, 0B and CB. RGB value is (49,11,203). Sum of RGB (Red+Green+Blue) = 49+11+203=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #310BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310BCB is #CEF434. Grayscale: #2B2B2B. Windows color (decimal): -13562933 or 13306673. OLE color: 13306673.
HSL color Cylindrical-coordinate representation of color #310BCB: hue angle of 251.87º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310BCB is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 11 | 203 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.20 |
| HSL | 251.88º | 0.9% | 0.42% | - |
| HSV(B) | 251.88º | 0.95% | 0.8% | - |
| XYZ | 12.17 | 5.2 | 56.86 | - |
| YUV | 44.25 | 217.59 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 203 | 0.76 | 0.95 | 0 | 0.20 | 251.88 | 0.9 | 0.42 |
| Hex | 31 | B | CB | 4C | 5F | 0 | 14 | FC | 5A | 2A |
| Octal | 61 | 13 | 313 | 114 | 137 | 0 | 24 | 374 | 132 | 52 |
| Binary | 110001 | 1011 | 11001011 | 1001100 | 1011111 | 0 | 10100 | 11111100 | 1011010 | 101010 |
Color Harmonies of #310BCB
Complementary color
Monochromatic Colors of #310BCB
Black with #310BCB
Text Example
Text Example
White with #310BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310BCB; }
p { color: rgb(49,11,203); }
H1.HeaderClassName
{
color: #310BCB;
}
.AnyTagClassName
{
color: #310BCB;
}
</style>
background-color css
<style>
a { background-color: #310BCB; }
a { background-color: rgb(49,11,203); }
div.DivClassName
{
background-color: #310BCB;
}
.BgClassName
{
background-color: #310BCB;
}
</style>
border-color css
<style>
span { border-color: #310BCB; }
span { border-color: rgb(49,11,203); }
td.TdClassName
{
border-color: #310BCB;
}
.TagClassName
{
border-color: #310BCB;
}
</style>