Shades of Blumine #315B71
Tints of Blumine #315B71
RGB
CMYK
RGB Variations
Color information
#315B71 (or 0x315B71) is known color: Blumine. HEX triplet: 31, 5B and 71. RGB value is (49,91,113). Sum of RGB (Red+Green+Blue) = 49+91+113=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #315B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B71 is #CEA48E. Grayscale: #505050. Windows color (decimal): -13542543 or 7428913. OLE color: 7428913.
HSL color Cylindrical-coordinate representation of color #315B71: hue angle of 200.62º 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 #315B71 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 91 | 113 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.56 |
| HSL | 200.63º | 0.4% | 0.32% | - |
| HSV(B) | 200.63º | 0.57% | 0.44% | - |
| XYZ | 7.99 | 9.33 | 17 | - |
| YUV | 80.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 113 | 0.57 | 0.19 | 0 | 0.56 | 200.63 | 0.4 | 0.32 |
| Hex | 31 | 5B | 71 | 39 | 13 | 0 | 38 | C9 | 28 | 20 |
| Octal | 61 | 133 | 161 | 71 | 23 | 0 | 70 | 311 | 50 | 40 |
| Binary | 110001 | 1011011 | 1110001 | 111001 | 10011 | 0 | 111000 | 11001001 | 101000 | 100000 |
Color Harmonies of #315B71
Complementary color
Monochromatic Colors of #315B71
Black with #315B71
Text Example
Text Example
White with #315B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315B71; }
p { color: rgb(49,91,113); }
H1.HeaderClassName
{
color: #315B71;
}
.AnyTagClassName
{
color: #315B71;
}
</style>
background-color css
<style>
a { background-color: #315B71; }
a { background-color: rgb(49,91,113); }
div.DivClassName
{
background-color: #315B71;
}
.BgClassName
{
background-color: #315B71;
}
</style>
border-color css
<style>
span { border-color: #315B71; }
span { border-color: rgb(49,91,113); }
td.TdClassName
{
border-color: #315B71;
}
.TagClassName
{
border-color: #315B71;
}
</style>