Shades of Blumine #315968
Tints of Blumine #315968
RGB
CMYK
RGB Variations
Color information
#315968 (or 0x315968) is known color: Blumine. HEX triplet: 31, 59 and 68. RGB value is (49,89,104). Sum of RGB (Red+Green+Blue) = 49+89+104=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #315968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315968 is #CEA697. Grayscale: #4E4E4E. Windows color (decimal): -13543064 or 6838577. OLE color: 6838577.
HSL color Cylindrical-coordinate representation of color #315968: hue angle of 196.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #315968 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 89 | 104 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.59 |
| HSL | 196.36º | 0.36% | 0.3% | - |
| HSV(B) | 196.36º | 0.53% | 0.41% | - |
| XYZ | 7.34 | 8.8 | 14.41 | - |
| YUV | 78.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 104 | 0.53 | 0.14 | 0 | 0.59 | 196.36 | 0.36 | 0.3 |
| Hex | 31 | 59 | 68 | 35 | E | 0 | 3B | C4 | 24 | 1E |
| Octal | 61 | 131 | 150 | 65 | 16 | 0 | 73 | 304 | 44 | 36 |
| Binary | 110001 | 1011001 | 1101000 | 110101 | 1110 | 0 | 111011 | 11000100 | 100100 | 11110 |
Color Harmonies of #315968
Complementary color
Monochromatic Colors of #315968
Black with #315968
Text Example
Text Example
White with #315968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315968; }
p { color: rgb(49,89,104); }
H1.HeaderClassName
{
color: #315968;
}
.AnyTagClassName
{
color: #315968;
}
</style>
background-color css
<style>
a { background-color: #315968; }
a { background-color: rgb(49,89,104); }
div.DivClassName
{
background-color: #315968;
}
.BgClassName
{
background-color: #315968;
}
</style>
border-color css
<style>
span { border-color: #315968; }
span { border-color: rgb(49,89,104); }
td.TdClassName
{
border-color: #315968;
}
.TagClassName
{
border-color: #315968;
}
</style>