Shades of Blumine #315E6F
Tints of Blumine #315E6F
RGB
CMYK
RGB Variations
Color information
#315E6F (or 0x315E6F) is known color: Blumine. HEX triplet: 31, 5E and 6F. RGB value is (49,94,111). Sum of RGB (Red+Green+Blue) = 49+94+111=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #315E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E6F is #CEA190. Grayscale: #525252. Windows color (decimal): -13541777 or 7298609. OLE color: 7298609.
HSL color Cylindrical-coordinate representation of color #315E6F: hue angle of 196.45º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #315E6F is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 94 | 111 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.56 |
| HSL | 196.45º | 0.39% | 0.31% | - |
| HSV(B) | 196.45º | 0.56% | 0.44% | - |
| XYZ | 8.14 | 9.81 | 16.5 | - |
| YUV | 82.48 | 144.09 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 111 | 0.56 | 0.15 | 0 | 0.56 | 196.45 | 0.39 | 0.31 |
| Hex | 31 | 5E | 6F | 38 | F | 0 | 38 | C4 | 27 | 1F |
| Octal | 61 | 136 | 157 | 70 | 17 | 0 | 70 | 304 | 47 | 37 |
| Binary | 110001 | 1011110 | 1101111 | 111000 | 1111 | 0 | 111000 | 11000100 | 100111 | 11111 |
Color Harmonies of #315E6F
Complementary color
Monochromatic Colors of #315E6F
Black with #315E6F
Text Example
Text Example
White with #315E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E6F; }
p { color: rgb(49,94,111); }
H1.HeaderClassName
{
color: #315E6F;
}
.AnyTagClassName
{
color: #315E6F;
}
</style>
background-color css
<style>
a { background-color: #315E6F; }
a { background-color: rgb(49,94,111); }
div.DivClassName
{
background-color: #315E6F;
}
.BgClassName
{
background-color: #315E6F;
}
</style>
border-color css
<style>
span { border-color: #315E6F; }
span { border-color: rgb(49,94,111); }
td.TdClassName
{
border-color: #315E6F;
}
.TagClassName
{
border-color: #315E6F;
}
</style>