Shades of Blumine #315F73
Tints of Blumine #315F73
RGB
CMYK
RGB Variations
Color information
#315F73 (or 0x315F73) is known color: Blumine. HEX triplet: 31, 5F and 73. RGB value is (49,95,115). Sum of RGB (Red+Green+Blue) = 49+95+115=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #315F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F73 is #CEA08C. Grayscale: #535353. Windows color (decimal): -13541517 or 7561009. OLE color: 7561009.
HSL color Cylindrical-coordinate representation of color #315F73: hue angle of 198.18º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #315F73 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 95 | 115 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.55 |
| HSL | 198.18º | 0.4% | 0.32% | - |
| HSV(B) | 198.18º | 0.57% | 0.45% | - |
| XYZ | 8.45 | 10.08 | 17.72 | - |
| YUV | 83.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 115 | 0.57 | 0.17 | 0 | 0.55 | 198.18 | 0.4 | 0.32 |
| Hex | 31 | 5F | 73 | 39 | 11 | 0 | 37 | C6 | 28 | 20 |
| Octal | 61 | 137 | 163 | 71 | 21 | 0 | 67 | 306 | 50 | 40 |
| Binary | 110001 | 1011111 | 1110011 | 111001 | 10001 | 0 | 110111 | 11000110 | 101000 | 100000 |
Color Harmonies of #315F73
Complementary color
Monochromatic Colors of #315F73
Black with #315F73
Text Example
Text Example
White with #315F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315F73; }
p { color: rgb(49,95,115); }
H1.HeaderClassName
{
color: #315F73;
}
.AnyTagClassName
{
color: #315F73;
}
</style>
background-color css
<style>
a { background-color: #315F73; }
a { background-color: rgb(49,95,115); }
div.DivClassName
{
background-color: #315F73;
}
.BgClassName
{
background-color: #315F73;
}
</style>
border-color css
<style>
span { border-color: #315F73; }
span { border-color: rgb(49,95,115); }
td.TdClassName
{
border-color: #315F73;
}
.TagClassName
{
border-color: #315F73;
}
</style>