Shades of Blumine #315B6B
Tints of Blumine #315B6B
RGB
CMYK
RGB Variations
Color information
#315B6B (or 0x315B6B) is known color: Blumine. HEX triplet: 31, 5B and 6B. RGB value is (49,91,107). Sum of RGB (Red+Green+Blue) = 49+91+107=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #315B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B6B is #CEA494. Grayscale: #505050. Windows color (decimal): -13542549 or 7035697. OLE color: 7035697.
HSL color Cylindrical-coordinate representation of color #315B6B: hue angle of 196.55º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #315B6B is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 91 | 107 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.58 |
| HSL | 196.55º | 0.37% | 0.31% | - |
| HSV(B) | 196.55º | 0.54% | 0.42% | - |
| XYZ | 7.66 | 9.2 | 15.28 | - |
| YUV | 80.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 107 | 0.54 | 0.15 | 0 | 0.58 | 196.55 | 0.37 | 0.31 |
| Hex | 31 | 5B | 6B | 36 | F | 0 | 3A | C5 | 25 | 1F |
| Octal | 61 | 133 | 153 | 66 | 17 | 0 | 72 | 305 | 45 | 37 |
| Binary | 110001 | 1011011 | 1101011 | 110110 | 1111 | 0 | 111010 | 11000101 | 100101 | 11111 |
Color Harmonies of #315B6B
Complementary color
Monochromatic Colors of #315B6B
Black with #315B6B
Text Example
Text Example
White with #315B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315B6B; }
p { color: rgb(49,91,107); }
H1.HeaderClassName
{
color: #315B6B;
}
.AnyTagClassName
{
color: #315B6B;
}
</style>
background-color css
<style>
a { background-color: #315B6B; }
a { background-color: rgb(49,91,107); }
div.DivClassName
{
background-color: #315B6B;
}
.BgClassName
{
background-color: #315B6B;
}
</style>
border-color css
<style>
span { border-color: #315B6B; }
span { border-color: rgb(49,91,107); }
td.TdClassName
{
border-color: #315B6B;
}
.TagClassName
{
border-color: #315B6B;
}
</style>