Shades of Blumine #31646C
Tints of Blumine #31646C
RGB
CMYK
RGB Variations
Color information
#31646C (or 0x31646C) is known color: Blumine. HEX triplet: 31, 64 and 6C. RGB value is (49,100,108). Sum of RGB (Red+Green+Blue) = 49+100+108=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #31646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31646C is #CE9B93. Grayscale: #555555. Windows color (decimal): -13540244 or 7103537. OLE color: 7103537.
HSL color Cylindrical-coordinate representation of color #31646C: hue angle of 188.14º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31646C is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 100 | 108 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.58 |
| HSL | 188.14º | 0.38% | 0.31% | - |
| HSV(B) | 188.14º | 0.55% | 0.42% | - |
| XYZ | 8.53 | 10.85 | 15.83 | - |
| YUV | 85.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 108 | 0.55 | 0.07 | 0 | 0.58 | 188.14 | 0.38 | 0.31 |
| Hex | 31 | 64 | 6C | 37 | 7 | 0 | 3A | BC | 26 | 1F |
| Octal | 61 | 144 | 154 | 67 | 7 | 0 | 72 | 274 | 46 | 37 |
| Binary | 110001 | 1100100 | 1101100 | 110111 | 111 | 0 | 111010 | 10111100 | 100110 | 11111 |
Color Harmonies of #31646C
Complementary color
Monochromatic Colors of #31646C
Black with #31646C
Text Example
Text Example
White with #31646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31646C; }
p { color: rgb(49,100,108); }
H1.HeaderClassName
{
color: #31646C;
}
.AnyTagClassName
{
color: #31646C;
}
</style>
background-color css
<style>
a { background-color: #31646C; }
a { background-color: rgb(49,100,108); }
div.DivClassName
{
background-color: #31646C;
}
.BgClassName
{
background-color: #31646C;
}
</style>
border-color css
<style>
span { border-color: #31646C; }
span { border-color: rgb(49,100,108); }
td.TdClassName
{
border-color: #31646C;
}
.TagClassName
{
border-color: #31646C;
}
</style>