Shades of Blumine #31616A
Tints of Blumine #31616A
RGB
CMYK
RGB Variations
Color information
#31616A (or 0x31616A) is known color: Blumine. HEX triplet: 31, 61 and 6A. RGB value is (49,97,106). Sum of RGB (Red+Green+Blue) = 49+97+106=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #31616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31616A is #CE9E95. Grayscale: #535353. Windows color (decimal): -13541014 or 6971697. OLE color: 6971697.
HSL color Cylindrical-coordinate representation of color #31616A: hue angle of 189.47º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31616A is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 97 | 106 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.58 |
| HSL | 189.47º | 0.37% | 0.3% | - |
| HSV(B) | 189.47º | 0.54% | 0.42% | - |
| XYZ | 8.14 | 10.24 | 15.18 | - |
| YUV | 83.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 97 | 106 | 0.54 | 0.08 | 0 | 0.58 | 189.47 | 0.37 | 0.3 |
| Hex | 31 | 61 | 6A | 36 | 8 | 0 | 3A | BD | 25 | 1E |
| Octal | 61 | 141 | 152 | 66 | 10 | 0 | 72 | 275 | 45 | 36 |
| Binary | 110001 | 1100001 | 1101010 | 110110 | 1000 | 0 | 111010 | 10111101 | 100101 | 11110 |
Color Harmonies of #31616A
Complementary color
Monochromatic Colors of #31616A
Black with #31616A
Text Example
Text Example
White with #31616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31616A; }
p { color: rgb(49,97,106); }
H1.HeaderClassName
{
color: #31616A;
}
.AnyTagClassName
{
color: #31616A;
}
</style>
background-color css
<style>
a { background-color: #31616A; }
a { background-color: rgb(49,97,106); }
div.DivClassName
{
background-color: #31616A;
}
.BgClassName
{
background-color: #31616A;
}
</style>
border-color css
<style>
span { border-color: #31616A; }
span { border-color: rgb(49,97,106); }
td.TdClassName
{
border-color: #31616A;
}
.TagClassName
{
border-color: #31616A;
}
</style>