Shades of Blumine #315E6D
Tints of Blumine #315E6D
RGB
CMYK
RGB Variations
Color information
#315E6D (or 0x315E6D) is known color: Blumine. HEX triplet: 31, 5E and 6D. RGB value is (49,94,109). Sum of RGB (Red+Green+Blue) = 49+94+109=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #315E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E6D is #CEA192. Grayscale: #525252. Windows color (decimal): -13541779 or 7167537. OLE color: 7167537.
HSL color Cylindrical-coordinate representation of color #315E6D: hue angle of 195º 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 #315E6D is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 94 | 109 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.57 |
| HSL | 195º | 0.38% | 0.31% | - |
| HSV(B) | 195º | 0.55% | 0.43% | - |
| XYZ | 8.03 | 9.76 | 15.93 | - |
| YUV | 82.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 109 | 0.55 | 0.14 | 0 | 0.57 | 195 | 0.38 | 0.31 |
| Hex | 31 | 5E | 6D | 37 | E | 0 | 39 | C3 | 26 | 1F |
| Octal | 61 | 136 | 155 | 67 | 16 | 0 | 71 | 303 | 46 | 37 |
| Binary | 110001 | 1011110 | 1101101 | 110111 | 1110 | 0 | 111001 | 11000011 | 100110 | 11111 |
Color Harmonies of #315E6D
Complementary color
Monochromatic Colors of #315E6D
Black with #315E6D
Text Example
Text Example
White with #315E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E6D; }
p { color: rgb(49,94,109); }
H1.HeaderClassName
{
color: #315E6D;
}
.AnyTagClassName
{
color: #315E6D;
}
</style>
background-color css
<style>
a { background-color: #315E6D; }
a { background-color: rgb(49,94,109); }
div.DivClassName
{
background-color: #315E6D;
}
.BgClassName
{
background-color: #315E6D;
}
</style>
border-color css
<style>
span { border-color: #315E6D; }
span { border-color: rgb(49,94,109); }
td.TdClassName
{
border-color: #315E6D;
}
.TagClassName
{
border-color: #315E6D;
}
</style>