Shades of Blumine #31666C
Tints of Blumine #31666C
RGB
CMYK
RGB Variations
Color information
#31666C (or 0x31666C) is known color: Blumine. HEX triplet: 31, 66 and 6C. RGB value is (49,102,108). Sum of RGB (Red+Green+Blue) = 49+102+108=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #31666C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31666C is #CE9993. Grayscale: #565656. Windows color (decimal): -13539732 or 7104049. OLE color: 7104049.
HSL color Cylindrical-coordinate representation of color #31666C: hue angle of 186.1º 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 #31666C is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 102 | 108 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.58 |
| HSL | 186.1º | 0.38% | 0.31% | - |
| HSV(B) | 186.1º | 0.55% | 0.42% | - |
| XYZ | 8.72 | 11.24 | 15.9 | - |
| YUV | 86.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 108 | 0.55 | 0.06 | 0 | 0.58 | 186.1 | 0.38 | 0.31 |
| Hex | 31 | 66 | 6C | 37 | 6 | 0 | 3A | BA | 26 | 1F |
| Octal | 61 | 146 | 154 | 67 | 6 | 0 | 72 | 272 | 46 | 37 |
| Binary | 110001 | 1100110 | 1101100 | 110111 | 110 | 0 | 111010 | 10111010 | 100110 | 11111 |
Color Harmonies of #31666C
Complementary color
Monochromatic Colors of #31666C
Black with #31666C
Text Example
Text Example
White with #31666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31666C; }
p { color: rgb(49,102,108); }
H1.HeaderClassName
{
color: #31666C;
}
.AnyTagClassName
{
color: #31666C;
}
</style>
background-color css
<style>
a { background-color: #31666C; }
a { background-color: rgb(49,102,108); }
div.DivClassName
{
background-color: #31666C;
}
.BgClassName
{
background-color: #31666C;
}
</style>
border-color css
<style>
span { border-color: #31666C; }
span { border-color: rgb(49,102,108); }
td.TdClassName
{
border-color: #31666C;
}
.TagClassName
{
border-color: #31666C;
}
</style>