Shades of Blumine #31596D
Tints of Blumine #31596D
RGB
CMYK
RGB Variations
Color information
#31596D (or 0x31596D) is known color: Blumine. HEX triplet: 31, 59 and 6D. RGB value is (49,89,109). Sum of RGB (Red+Green+Blue) = 49+89+109=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #31596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31596D is #CEA692. Grayscale: #4F4F4F. Windows color (decimal): -13543059 or 7166257. OLE color: 7166257.
HSL color Cylindrical-coordinate representation of color #31596D: hue angle of 200º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31596D is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 89 | 109 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.57 |
| HSL | 200º | 0.38% | 0.31% | - |
| HSV(B) | 200º | 0.55% | 0.43% | - |
| XYZ | 7.6 | 8.9 | 15.79 | - |
| YUV | 79.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 109 | 0.55 | 0.18 | 0 | 0.57 | 200 | 0.38 | 0.31 |
| Hex | 31 | 59 | 6D | 37 | 12 | 0 | 39 | C8 | 26 | 1F |
| Octal | 61 | 131 | 155 | 67 | 22 | 0 | 71 | 310 | 46 | 37 |
| Binary | 110001 | 1011001 | 1101101 | 110111 | 10010 | 0 | 111001 | 11001000 | 100110 | 11111 |
Color Harmonies of #31596D
Complementary color
Monochromatic Colors of #31596D
Black with #31596D
Text Example
Text Example
White with #31596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31596D; }
p { color: rgb(49,89,109); }
H1.HeaderClassName
{
color: #31596D;
}
.AnyTagClassName
{
color: #31596D;
}
</style>
background-color css
<style>
a { background-color: #31596D; }
a { background-color: rgb(49,89,109); }
div.DivClassName
{
background-color: #31596D;
}
.BgClassName
{
background-color: #31596D;
}
</style>
border-color css
<style>
span { border-color: #31596D; }
span { border-color: rgb(49,89,109); }
td.TdClassName
{
border-color: #31596D;
}
.TagClassName
{
border-color: #31596D;
}
</style>