Shades of Blumine #316170
Tints of Blumine #316170
RGB
CMYK
RGB Variations
Color information
#316170 (or 0x316170) is known color: Blumine. HEX triplet: 31, 61 and 70. RGB value is (49,97,112). Sum of RGB (Red+Green+Blue) = 49+97+112=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #316170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316170 is #CE9E8F. Grayscale: #545454. Windows color (decimal): -13541008 or 7364913. OLE color: 7364913.
HSL color Cylindrical-coordinate representation of color #316170: hue angle of 194.29º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316170 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 97 | 112 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.56 |
| HSL | 194.29º | 0.39% | 0.32% | - |
| HSV(B) | 194.29º | 0.56% | 0.44% | - |
| XYZ | 8.47 | 10.37 | 16.89 | - |
| YUV | 84.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 97 | 112 | 0.56 | 0.13 | 0 | 0.56 | 194.29 | 0.39 | 0.32 |
| Hex | 31 | 61 | 70 | 38 | D | 0 | 38 | C2 | 27 | 20 |
| Octal | 61 | 141 | 160 | 70 | 15 | 0 | 70 | 302 | 47 | 40 |
| Binary | 110001 | 1100001 | 1110000 | 111000 | 1101 | 0 | 111000 | 11000010 | 100111 | 100000 |
Color Harmonies of #316170
Complementary color
Monochromatic Colors of #316170
Black with #316170
Text Example
Text Example
White with #316170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316170; }
p { color: rgb(49,97,112); }
H1.HeaderClassName
{
color: #316170;
}
.AnyTagClassName
{
color: #316170;
}
</style>
background-color css
<style>
a { background-color: #316170; }
a { background-color: rgb(49,97,112); }
div.DivClassName
{
background-color: #316170;
}
.BgClassName
{
background-color: #316170;
}
</style>
border-color css
<style>
span { border-color: #316170; }
span { border-color: rgb(49,97,112); }
td.TdClassName
{
border-color: #316170;
}
.TagClassName
{
border-color: #316170;
}
</style>