Shades of Blumine #315B69
Tints of Blumine #315B69
RGB
CMYK
RGB Variations
Color information
#315B69 (or 0x315B69) is known color: Blumine. HEX triplet: 31, 5B and 69. RGB value is (49,91,105). Sum of RGB (Red+Green+Blue) = 49+91+105=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #315B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B69 is #CEA496. Grayscale: #4F4F4F. Windows color (decimal): -13542551 or 6904625. OLE color: 6904625.
HSL color Cylindrical-coordinate representation of color #315B69: hue angle of 195º 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 #315B69 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 91 | 105 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.59 |
| HSL | 195º | 0.36% | 0.3% | - |
| HSV(B) | 195º | 0.53% | 0.41% | - |
| XYZ | 7.56 | 9.16 | 14.73 | - |
| YUV | 80.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 105 | 0.53 | 0.13 | 0 | 0.59 | 195 | 0.36 | 0.3 |
| Hex | 31 | 5B | 69 | 35 | D | 0 | 3B | C3 | 24 | 1E |
| Octal | 61 | 133 | 151 | 65 | 15 | 0 | 73 | 303 | 44 | 36 |
| Binary | 110001 | 1011011 | 1101001 | 110101 | 1101 | 0 | 111011 | 11000011 | 100100 | 11110 |
Color Harmonies of #315B69
Complementary color
Monochromatic Colors of #315B69
Black with #315B69
Text Example
Text Example
White with #315B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315B69; }
p { color: rgb(49,91,105); }
H1.HeaderClassName
{
color: #315B69;
}
.AnyTagClassName
{
color: #315B69;
}
</style>
background-color css
<style>
a { background-color: #315B69; }
a { background-color: rgb(49,91,105); }
div.DivClassName
{
background-color: #315B69;
}
.BgClassName
{
background-color: #315B69;
}
</style>
border-color css
<style>
span { border-color: #315B69; }
span { border-color: rgb(49,91,105); }
td.TdClassName
{
border-color: #315B69;
}
.TagClassName
{
border-color: #315B69;
}
</style>