Shades of Blumine #31636D
Tints of Blumine #31636D
RGB
CMYK
RGB Variations
Color information
#31636D (or 0x31636D) is known color: Blumine. HEX triplet: 31, 63 and 6D. RGB value is (49,99,109). Sum of RGB (Red+Green+Blue) = 49+99+109=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #31636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31636D is #CE9C92. Grayscale: #555555. Windows color (decimal): -13540499 or 7168817. OLE color: 7168817.
HSL color Cylindrical-coordinate representation of color #31636D: hue angle of 190º 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 #31636D is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 99 | 109 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.57 |
| HSL | 190º | 0.38% | 0.31% | - |
| HSV(B) | 190º | 0.55% | 0.43% | - |
| XYZ | 8.49 | 10.68 | 16.08 | - |
| YUV | 85.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 109 | 0.55 | 0.09 | 0 | 0.57 | 190 | 0.38 | 0.31 |
| Hex | 31 | 63 | 6D | 37 | 9 | 0 | 39 | BE | 26 | 1F |
| Octal | 61 | 143 | 155 | 67 | 11 | 0 | 71 | 276 | 46 | 37 |
| Binary | 110001 | 1100011 | 1101101 | 110111 | 1001 | 0 | 111001 | 10111110 | 100110 | 11111 |
Color Harmonies of #31636D
Complementary color
Monochromatic Colors of #31636D
Black with #31636D
Text Example
Text Example
White with #31636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31636D; }
p { color: rgb(49,99,109); }
H1.HeaderClassName
{
color: #31636D;
}
.AnyTagClassName
{
color: #31636D;
}
</style>
background-color css
<style>
a { background-color: #31636D; }
a { background-color: rgb(49,99,109); }
div.DivClassName
{
background-color: #31636D;
}
.BgClassName
{
background-color: #31636D;
}
</style>
border-color css
<style>
span { border-color: #31636D; }
span { border-color: rgb(49,99,109); }
td.TdClassName
{
border-color: #31636D;
}
.TagClassName
{
border-color: #31636D;
}
</style>