Shades of Blumine #315964
Tints of Blumine #315964
RGB
CMYK
RGB Variations
Color information
#315964 (or 0x315964) is known color: Blumine. HEX triplet: 31, 59 and 64. RGB value is (49,89,100). Sum of RGB (Red+Green+Blue) = 49+89+100=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 100 - color contains mainly: blue. Hex color #315964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315964 is #CEA69B. Grayscale: #4E4E4E. Windows color (decimal): -13543068 or 6576433. OLE color: 6576433.
HSL color Cylindrical-coordinate representation of color #315964: hue angle of 192.94º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315964 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 89 | 100 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.61 |
| HSL | 192.94º | 0.34% | 0.29% | - |
| HSV(B) | 192.94º | 0.51% | 0.39% | - |
| XYZ | 7.14 | 8.72 | 13.36 | - |
| YUV | 78.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 100 | 0.51 | 0.11 | 0 | 0.61 | 192.94 | 0.34 | 0.29 |
| Hex | 31 | 59 | 64 | 33 | B | 0 | 3D | C1 | 22 | 1D |
| Octal | 61 | 131 | 144 | 63 | 13 | 0 | 75 | 301 | 42 | 35 |
| Binary | 110001 | 1011001 | 1100100 | 110011 | 1011 | 0 | 111101 | 11000001 | 100010 | 11101 |
Color Harmonies of #315964
Complementary color
Monochromatic Colors of #315964
Black with #315964
Text Example
Text Example
White with #315964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315964; }
p { color: rgb(49,89,100); }
H1.HeaderClassName
{
color: #315964;
}
.AnyTagClassName
{
color: #315964;
}
</style>
background-color css
<style>
a { background-color: #315964; }
a { background-color: rgb(49,89,100); }
div.DivClassName
{
background-color: #315964;
}
.BgClassName
{
background-color: #315964;
}
</style>
border-color css
<style>
span { border-color: #315964; }
span { border-color: rgb(49,89,100); }
td.TdClassName
{
border-color: #315964;
}
.TagClassName
{
border-color: #315964;
}
</style>