Shades of Blumine #315967
Tints of Blumine #315967
RGB
CMYK
RGB Variations
Color information
#315967 (or 0x315967) is known color: Blumine. HEX triplet: 31, 59 and 67. RGB value is (49,89,103). Sum of RGB (Red+Green+Blue) = 49+89+103=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #315967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315967 is #CEA698. Grayscale: #4E4E4E. Windows color (decimal): -13543065 or 6773041. OLE color: 6773041.
HSL color Cylindrical-coordinate representation of color #315967: hue angle of 195.56º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #315967 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 89 | 103 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.60 |
| HSL | 195.56º | 0.36% | 0.3% | - |
| HSV(B) | 195.56º | 0.52% | 0.4% | - |
| XYZ | 7.29 | 8.78 | 14.14 | - |
| YUV | 78.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 103 | 0.52 | 0.14 | 0 | 0.60 | 195.56 | 0.36 | 0.3 |
| Hex | 31 | 59 | 67 | 34 | E | 0 | 3C | C4 | 24 | 1E |
| Octal | 61 | 131 | 147 | 64 | 16 | 0 | 74 | 304 | 44 | 36 |
| Binary | 110001 | 1011001 | 1100111 | 110100 | 1110 | 0 | 111100 | 11000100 | 100100 | 11110 |
Color Harmonies of #315967
Complementary color
Monochromatic Colors of #315967
Black with #315967
Text Example
Text Example
White with #315967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315967; }
p { color: rgb(49,89,103); }
H1.HeaderClassName
{
color: #315967;
}
.AnyTagClassName
{
color: #315967;
}
</style>
background-color css
<style>
a { background-color: #315967; }
a { background-color: rgb(49,89,103); }
div.DivClassName
{
background-color: #315967;
}
.BgClassName
{
background-color: #315967;
}
</style>
border-color css
<style>
span { border-color: #315967; }
span { border-color: rgb(49,89,103); }
td.TdClassName
{
border-color: #315967;
}
.TagClassName
{
border-color: #315967;
}
</style>