Shades of Blumine #31646D
Tints of Blumine #31646D
RGB
CMYK
RGB Variations
Color information
#31646D (or 0x31646D) is known color: Blumine. HEX triplet: 31, 64 and 6D. RGB value is (49,100,109). Sum of RGB (Red+Green+Blue) = 49+100+109=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #31646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31646D is #CE9B92. Grayscale: #555555. Windows color (decimal): -13540243 or 7169073. OLE color: 7169073.
HSL color Cylindrical-coordinate representation of color #31646D: hue angle of 189º 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 #31646D is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 100 | 109 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.57 |
| HSL | 189º | 0.38% | 0.31% | - |
| HSV(B) | 189º | 0.55% | 0.43% | - |
| XYZ | 8.58 | 10.87 | 16.11 | - |
| YUV | 85.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 109 | 0.55 | 0.08 | 0 | 0.57 | 189 | 0.38 | 0.31 |
| Hex | 31 | 64 | 6D | 37 | 8 | 0 | 39 | BD | 26 | 1F |
| Octal | 61 | 144 | 155 | 67 | 10 | 0 | 71 | 275 | 46 | 37 |
| Binary | 110001 | 1100100 | 1101101 | 110111 | 1000 | 0 | 111001 | 10111101 | 100110 | 11111 |
Color Harmonies of #31646D
Complementary color
Monochromatic Colors of #31646D
Black with #31646D
Text Example
Text Example
White with #31646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31646D; }
p { color: rgb(49,100,109); }
H1.HeaderClassName
{
color: #31646D;
}
.AnyTagClassName
{
color: #31646D;
}
</style>
background-color css
<style>
a { background-color: #31646D; }
a { background-color: rgb(49,100,109); }
div.DivClassName
{
background-color: #31646D;
}
.BgClassName
{
background-color: #31646D;
}
</style>
border-color css
<style>
span { border-color: #31646D; }
span { border-color: rgb(49,100,109); }
td.TdClassName
{
border-color: #31646D;
}
.TagClassName
{
border-color: #31646D;
}
</style>