Shades of Blumine #315F6D
Tints of Blumine #315F6D
RGB
CMYK
RGB Variations
Color information
#315F6D (or 0x315F6D) is known color: Blumine. HEX triplet: 31, 5F and 6D. RGB value is (49,95,109). Sum of RGB (Red+Green+Blue) = 49+95+109=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #315F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F6D is #CEA092. Grayscale: #525252. Windows color (decimal): -13541523 or 7167793. OLE color: 7167793.
HSL color Cylindrical-coordinate representation of color #315F6D: hue angle of 194º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #315F6D is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 95 | 109 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.57 |
| HSL | 194º | 0.38% | 0.31% | - |
| HSV(B) | 194º | 0.55% | 0.43% | - |
| XYZ | 8.12 | 9.94 | 15.96 | - |
| YUV | 82.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 109 | 0.55 | 0.13 | 0 | 0.57 | 194 | 0.38 | 0.31 |
| Hex | 31 | 5F | 6D | 37 | D | 0 | 39 | C2 | 26 | 1F |
| Octal | 61 | 137 | 155 | 67 | 15 | 0 | 71 | 302 | 46 | 37 |
| Binary | 110001 | 1011111 | 1101101 | 110111 | 1101 | 0 | 111001 | 11000010 | 100110 | 11111 |
Color Harmonies of #315F6D
Complementary color
Monochromatic Colors of #315F6D
Black with #315F6D
Text Example
Text Example
White with #315F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315F6D; }
p { color: rgb(49,95,109); }
H1.HeaderClassName
{
color: #315F6D;
}
.AnyTagClassName
{
color: #315F6D;
}
</style>
background-color css
<style>
a { background-color: #315F6D; }
a { background-color: rgb(49,95,109); }
div.DivClassName
{
background-color: #315F6D;
}
.BgClassName
{
background-color: #315F6D;
}
</style>
border-color css
<style>
span { border-color: #315F6D; }
span { border-color: rgb(49,95,109); }
td.TdClassName
{
border-color: #315F6D;
}
.TagClassName
{
border-color: #315F6D;
}
</style>