Shades of Blumine #315971
Tints of Blumine #315971
RGB
CMYK
RGB Variations
Color information
#315971 (or 0x315971) is known color: Blumine. HEX triplet: 31, 59 and 71. RGB value is (49,89,113). Sum of RGB (Red+Green+Blue) = 49+89+113=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #315971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315971 is #CEA68E. Grayscale: #4F4F4F. Windows color (decimal): -13543055 or 7428401. OLE color: 7428401.
HSL color Cylindrical-coordinate representation of color #315971: hue angle of 202.5º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #315971 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 89 | 113 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.56 |
| HSL | 202.5º | 0.4% | 0.32% | - |
| HSV(B) | 202.5º | 0.57% | 0.44% | - |
| XYZ | 7.82 | 8.99 | 16.95 | - |
| YUV | 79.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 113 | 0.57 | 0.21 | 0 | 0.56 | 202.5 | 0.4 | 0.32 |
| Hex | 31 | 59 | 71 | 39 | 15 | 0 | 38 | CA | 28 | 20 |
| Octal | 61 | 131 | 161 | 71 | 25 | 0 | 70 | 312 | 50 | 40 |
| Binary | 110001 | 1011001 | 1110001 | 111001 | 10101 | 0 | 111000 | 11001010 | 101000 | 100000 |
Color Harmonies of #315971
Complementary color
Monochromatic Colors of #315971
Black with #315971
Text Example
Text Example
White with #315971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315971; }
p { color: rgb(49,89,113); }
H1.HeaderClassName
{
color: #315971;
}
.AnyTagClassName
{
color: #315971;
}
</style>
background-color css
<style>
a { background-color: #315971; }
a { background-color: rgb(49,89,113); }
div.DivClassName
{
background-color: #315971;
}
.BgClassName
{
background-color: #315971;
}
</style>
border-color css
<style>
span { border-color: #315971; }
span { border-color: rgb(49,89,113); }
td.TdClassName
{
border-color: #315971;
}
.TagClassName
{
border-color: #315971;
}
</style>