Shades of Medium Blue #310BBF
Tints of Medium Blue #310BBF
RGB
CMYK
RGB Variations
Color information
#310BBF (or 0x310BBF) is known color: Medium Blue. HEX triplet: 31, 0B and BF. RGB value is (49,11,191). Sum of RGB (Red+Green+Blue) = 49+11+191=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #310BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310BBF is #CEF440. Grayscale: #2A2A2A. Windows color (decimal): -13562945 or 12520241. OLE color: 12520241.
HSL color Cylindrical-coordinate representation of color #310BBF: hue angle of 252.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310BBF is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 11 | 191 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.25 |
| HSL | 252.67º | 0.89% | 0.4% | - |
| HSV(B) | 252.67º | 0.94% | 0.75% | - |
| XYZ | 10.79 | 4.65 | 49.62 | - |
| YUV | 42.88 | 211.59 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 191 | 0.74 | 0.94 | 0 | 0.25 | 252.67 | 0.89 | 0.4 |
| Hex | 31 | B | BF | 4A | 5E | 0 | 19 | FD | 59 | 28 |
| Octal | 61 | 13 | 277 | 112 | 136 | 0 | 31 | 375 | 131 | 50 |
| Binary | 110001 | 1011 | 10111111 | 1001010 | 1011110 | 0 | 11001 | 11111101 | 1011001 | 101000 |
Color Harmonies of #310BBF
Complementary color
Monochromatic Colors of #310BBF
Black with #310BBF
Text Example
Text Example
White with #310BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310BBF; }
p { color: rgb(49,11,191); }
H1.HeaderClassName
{
color: #310BBF;
}
.AnyTagClassName
{
color: #310BBF;
}
</style>
background-color css
<style>
a { background-color: #310BBF; }
a { background-color: rgb(49,11,191); }
div.DivClassName
{
background-color: #310BBF;
}
.BgClassName
{
background-color: #310BBF;
}
</style>
border-color css
<style>
span { border-color: #310BBF; }
span { border-color: rgb(49,11,191); }
td.TdClassName
{
border-color: #310BBF;
}
.TagClassName
{
border-color: #310BBF;
}
</style>