Shades of Blumine #31666D
Tints of Blumine #31666D
RGB
CMYK
RGB Variations
Color information
#31666D (or 0x31666D) is known color: Blumine. HEX triplet: 31, 66 and 6D. RGB value is (49,102,109). Sum of RGB (Red+Green+Blue) = 49+102+109=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #31666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31666D is #CE9992. Grayscale: #565656. Windows color (decimal): -13539731 or 7169585. OLE color: 7169585.
HSL color Cylindrical-coordinate representation of color #31666D: hue angle of 187º 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 #31666D is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 102 | 109 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.57 |
| HSL | 187º | 0.38% | 0.31% | - |
| HSV(B) | 187º | 0.55% | 0.43% | - |
| XYZ | 8.78 | 11.26 | 16.18 | - |
| YUV | 86.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 109 | 0.55 | 0.06 | 0 | 0.57 | 187 | 0.38 | 0.31 |
| Hex | 31 | 66 | 6D | 37 | 6 | 0 | 39 | BB | 26 | 1F |
| Octal | 61 | 146 | 155 | 67 | 6 | 0 | 71 | 273 | 46 | 37 |
| Binary | 110001 | 1100110 | 1101101 | 110111 | 110 | 0 | 111001 | 10111011 | 100110 | 11111 |
Color Harmonies of #31666D
Complementary color
Monochromatic Colors of #31666D
Black with #31666D
Text Example
Text Example
White with #31666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31666D; }
p { color: rgb(49,102,109); }
H1.HeaderClassName
{
color: #31666D;
}
.AnyTagClassName
{
color: #31666D;
}
</style>
background-color css
<style>
a { background-color: #31666D; }
a { background-color: rgb(49,102,109); }
div.DivClassName
{
background-color: #31666D;
}
.BgClassName
{
background-color: #31666D;
}
</style>
border-color css
<style>
span { border-color: #31666D; }
span { border-color: rgb(49,102,109); }
td.TdClassName
{
border-color: #31666D;
}
.TagClassName
{
border-color: #31666D;
}
</style>