Shades of Blumine #315E6C
Tints of Blumine #315E6C
RGB
CMYK
RGB Variations
Color information
#315E6C (or 0x315E6C) is known color: Blumine. HEX triplet: 31, 5E and 6C. RGB value is (49,94,108). Sum of RGB (Red+Green+Blue) = 49+94+108=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #315E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E6C is #CEA193. Grayscale: #525252. Windows color (decimal): -13541780 or 7102001. OLE color: 7102001.
HSL color Cylindrical-coordinate representation of color #315E6C: hue angle of 194.24º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #315E6C is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 94 | 108 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.58 |
| HSL | 194.24º | 0.38% | 0.31% | - |
| HSV(B) | 194.24º | 0.55% | 0.42% | - |
| XYZ | 7.98 | 9.74 | 15.65 | - |
| YUV | 82.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 108 | 0.55 | 0.13 | 0 | 0.58 | 194.24 | 0.38 | 0.31 |
| Hex | 31 | 5E | 6C | 37 | D | 0 | 3A | C2 | 26 | 1F |
| Octal | 61 | 136 | 154 | 67 | 15 | 0 | 72 | 302 | 46 | 37 |
| Binary | 110001 | 1011110 | 1101100 | 110111 | 1101 | 0 | 111010 | 11000010 | 100110 | 11111 |
Color Harmonies of #315E6C
Complementary color
Monochromatic Colors of #315E6C
Black with #315E6C
Text Example
Text Example
White with #315E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E6C; }
p { color: rgb(49,94,108); }
H1.HeaderClassName
{
color: #315E6C;
}
.AnyTagClassName
{
color: #315E6C;
}
</style>
background-color css
<style>
a { background-color: #315E6C; }
a { background-color: rgb(49,94,108); }
div.DivClassName
{
background-color: #315E6C;
}
.BgClassName
{
background-color: #315E6C;
}
</style>
border-color css
<style>
span { border-color: #315E6C; }
span { border-color: rgb(49,94,108); }
td.TdClassName
{
border-color: #315E6C;
}
.TagClassName
{
border-color: #315E6C;
}
</style>