Shades of Blumine #315E70
Tints of Blumine #315E70
RGB
CMYK
RGB Variations
Color information
#315E70 (or 0x315E70) is known color: Blumine. HEX triplet: 31, 5E and 70. RGB value is (49,94,112). Sum of RGB (Red+Green+Blue) = 49+94+112=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #315E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E70 is #CEA18F. Grayscale: #525252. Windows color (decimal): -13541776 or 7364145. OLE color: 7364145.
HSL color Cylindrical-coordinate representation of color #315E70: hue angle of 197.14º 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 #315E70 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 94 | 112 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.56 |
| HSL | 197.14º | 0.39% | 0.32% | - |
| HSV(B) | 197.14º | 0.56% | 0.44% | - |
| XYZ | 8.19 | 9.83 | 16.79 | - |
| YUV | 82.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 112 | 0.56 | 0.16 | 0 | 0.56 | 197.14 | 0.39 | 0.32 |
| Hex | 31 | 5E | 70 | 38 | 10 | 0 | 38 | C5 | 27 | 20 |
| Octal | 61 | 136 | 160 | 70 | 20 | 0 | 70 | 305 | 47 | 40 |
| Binary | 110001 | 1011110 | 1110000 | 111000 | 10000 | 0 | 111000 | 11000101 | 100111 | 100000 |
Color Harmonies of #315E70
Complementary color
Monochromatic Colors of #315E70
Black with #315E70
Text Example
Text Example
White with #315E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E70; }
p { color: rgb(49,94,112); }
H1.HeaderClassName
{
color: #315E70;
}
.AnyTagClassName
{
color: #315E70;
}
</style>
background-color css
<style>
a { background-color: #315E70; }
a { background-color: rgb(49,94,112); }
div.DivClassName
{
background-color: #315E70;
}
.BgClassName
{
background-color: #315E70;
}
</style>
border-color css
<style>
span { border-color: #315E70; }
span { border-color: rgb(49,94,112); }
td.TdClassName
{
border-color: #315E70;
}
.TagClassName
{
border-color: #315E70;
}
</style>