Shades of Blumine #316471
Tints of Blumine #316471
RGB
CMYK
RGB Variations
Color information
#316471 (or 0x316471) is known color: Blumine. HEX triplet: 31, 64 and 71. RGB value is (49,100,113). Sum of RGB (Red+Green+Blue) = 49+100+113=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #316471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316471 is #CE9B8E. Grayscale: #565656. Windows color (decimal): -13540239 or 7431217. OLE color: 7431217.
HSL color Cylindrical-coordinate representation of color #316471: hue angle of 192.19º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316471 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 100 | 113 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.56 |
| HSL | 192.19º | 0.4% | 0.32% | - |
| HSV(B) | 192.19º | 0.57% | 0.44% | - |
| XYZ | 8.8 | 10.96 | 17.27 | - |
| YUV | 86.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 113 | 0.57 | 0.12 | 0 | 0.56 | 192.19 | 0.4 | 0.32 |
| Hex | 31 | 64 | 71 | 39 | C | 0 | 38 | C0 | 28 | 20 |
| Octal | 61 | 144 | 161 | 71 | 14 | 0 | 70 | 300 | 50 | 40 |
| Binary | 110001 | 1100100 | 1110001 | 111001 | 1100 | 0 | 111000 | 11000000 | 101000 | 100000 |
Color Harmonies of #316471
Complementary color
Monochromatic Colors of #316471
Black with #316471
Text Example
Text Example
White with #316471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316471; }
p { color: rgb(49,100,113); }
H1.HeaderClassName
{
color: #316471;
}
.AnyTagClassName
{
color: #316471;
}
</style>
background-color css
<style>
a { background-color: #316471; }
a { background-color: rgb(49,100,113); }
div.DivClassName
{
background-color: #316471;
}
.BgClassName
{
background-color: #316471;
}
</style>
border-color css
<style>
span { border-color: #316471; }
span { border-color: rgb(49,100,113); }
td.TdClassName
{
border-color: #316471;
}
.TagClassName
{
border-color: #316471;
}
</style>