Shades of Blumine #316470
Tints of Blumine #316470
RGB
CMYK
RGB Variations
Color information
#316470 (or 0x316470) is known color: Blumine. HEX triplet: 31, 64 and 70. RGB value is (49,100,112). Sum of RGB (Red+Green+Blue) = 49+100+112=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #316470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316470 is #CE9B8F. Grayscale: #565656. Windows color (decimal): -13540240 or 7365681. OLE color: 7365681.
HSL color Cylindrical-coordinate representation of color #316470: hue angle of 191.43º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316470 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 100 | 112 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.56 |
| HSL | 191.43º | 0.39% | 0.32% | - |
| HSV(B) | 191.43º | 0.56% | 0.44% | - |
| XYZ | 8.75 | 10.94 | 16.98 | - |
| YUV | 86.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 112 | 0.56 | 0.11 | 0 | 0.56 | 191.43 | 0.39 | 0.32 |
| Hex | 31 | 64 | 70 | 38 | B | 0 | 38 | BF | 27 | 20 |
| Octal | 61 | 144 | 160 | 70 | 13 | 0 | 70 | 277 | 47 | 40 |
| Binary | 110001 | 1100100 | 1110000 | 111000 | 1011 | 0 | 111000 | 10111111 | 100111 | 100000 |
Color Harmonies of #316470
Complementary color
Monochromatic Colors of #316470
Black with #316470
Text Example
Text Example
White with #316470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316470; }
p { color: rgb(49,100,112); }
H1.HeaderClassName
{
color: #316470;
}
.AnyTagClassName
{
color: #316470;
}
</style>
background-color css
<style>
a { background-color: #316470; }
a { background-color: rgb(49,100,112); }
div.DivClassName
{
background-color: #316470;
}
.BgClassName
{
background-color: #316470;
}
</style>
border-color css
<style>
span { border-color: #316470; }
span { border-color: rgb(49,100,112); }
td.TdClassName
{
border-color: #316470;
}
.TagClassName
{
border-color: #316470;
}
</style>