Shades of Blumine #31646A
Tints of Blumine #31646A
RGB
CMYK
RGB Variations
Color information
#31646A (or 0x31646A) is known color: Blumine. HEX triplet: 31, 64 and 6A. RGB value is (49,100,106). Sum of RGB (Red+Green+Blue) = 49+100+106=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 106 - color contains mainly: blue. Hex color #31646A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31646A is #CE9B95. Grayscale: #555555. Windows color (decimal): -13540246 or 6972465. OLE color: 6972465.
HSL color Cylindrical-coordinate representation of color #31646A: hue angle of 186.32º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31646A is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 100 | 106 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.58 |
| HSL | 186.32º | 0.37% | 0.3% | - |
| HSV(B) | 186.32º | 0.54% | 0.42% | - |
| XYZ | 8.43 | 10.81 | 15.28 | - |
| YUV | 85.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 106 | 0.54 | 0.06 | 0 | 0.58 | 186.32 | 0.37 | 0.3 |
| Hex | 31 | 64 | 6A | 36 | 6 | 0 | 3A | BA | 25 | 1E |
| Octal | 61 | 144 | 152 | 66 | 6 | 0 | 72 | 272 | 45 | 36 |
| Binary | 110001 | 1100100 | 1101010 | 110110 | 110 | 0 | 111010 | 10111010 | 100101 | 11110 |
Color Harmonies of #31646A
Complementary color
Monochromatic Colors of #31646A
Black with #31646A
Text Example
Text Example
White with #31646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31646A; }
p { color: rgb(49,100,106); }
H1.HeaderClassName
{
color: #31646A;
}
.AnyTagClassName
{
color: #31646A;
}
</style>
background-color css
<style>
a { background-color: #31646A; }
a { background-color: rgb(49,100,106); }
div.DivClassName
{
background-color: #31646A;
}
.BgClassName
{
background-color: #31646A;
}
</style>
border-color css
<style>
span { border-color: #31646A; }
span { border-color: rgb(49,100,106); }
td.TdClassName
{
border-color: #31646A;
}
.TagClassName
{
border-color: #31646A;
}
</style>