Shades of Blumine #315969
Tints of Blumine #315969
RGB
CMYK
RGB Variations
Color information
#315969 (or 0x315969) is known color: Blumine. HEX triplet: 31, 59 and 69. RGB value is (49,89,105). Sum of RGB (Red+Green+Blue) = 49+89+105=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #315969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315969 is #CEA696. Grayscale: #4E4E4E. Windows color (decimal): -13543063 or 6904113. OLE color: 6904113.
HSL color Cylindrical-coordinate representation of color #315969: hue angle of 197.14º 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 #315969 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 89 | 105 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.59 |
| HSL | 197.14º | 0.36% | 0.3% | - |
| HSV(B) | 197.14º | 0.53% | 0.41% | - |
| XYZ | 7.39 | 8.82 | 14.68 | - |
| YUV | 78.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 105 | 0.53 | 0.15 | 0 | 0.59 | 197.14 | 0.36 | 0.3 |
| Hex | 31 | 59 | 69 | 35 | F | 0 | 3B | C5 | 24 | 1E |
| Octal | 61 | 131 | 151 | 65 | 17 | 0 | 73 | 305 | 44 | 36 |
| Binary | 110001 | 1011001 | 1101001 | 110101 | 1111 | 0 | 111011 | 11000101 | 100100 | 11110 |
Color Harmonies of #315969
Complementary color
Monochromatic Colors of #315969
Black with #315969
Text Example
Text Example
White with #315969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315969; }
p { color: rgb(49,89,105); }
H1.HeaderClassName
{
color: #315969;
}
.AnyTagClassName
{
color: #315969;
}
</style>
background-color css
<style>
a { background-color: #315969; }
a { background-color: rgb(49,89,105); }
div.DivClassName
{
background-color: #315969;
}
.BgClassName
{
background-color: #315969;
}
</style>
border-color css
<style>
span { border-color: #315969; }
span { border-color: rgb(49,89,105); }
td.TdClassName
{
border-color: #315969;
}
.TagClassName
{
border-color: #315969;
}
</style>