Shades of Blumine #315E6E
Tints of Blumine #315E6E
RGB
CMYK
RGB Variations
Color information
#315E6E (or 0x315E6E) is known color: Blumine. HEX triplet: 31, 5E and 6E. RGB value is (49,94,110). Sum of RGB (Red+Green+Blue) = 49+94+110=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 110 - color contains mainly: blue. Hex color #315E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E6E is #CEA191. Grayscale: #525252. Windows color (decimal): -13541778 or 7233073. OLE color: 7233073.
HSL color Cylindrical-coordinate representation of color #315E6E: hue angle of 195.74º 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 #315E6E is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 94 | 110 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.57 |
| HSL | 195.74º | 0.38% | 0.31% | - |
| HSV(B) | 195.74º | 0.55% | 0.43% | - |
| XYZ | 8.08 | 9.78 | 16.21 | - |
| YUV | 82.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 110 | 0.55 | 0.15 | 0 | 0.57 | 195.74 | 0.38 | 0.31 |
| Hex | 31 | 5E | 6E | 37 | F | 0 | 39 | C4 | 26 | 1F |
| Octal | 61 | 136 | 156 | 67 | 17 | 0 | 71 | 304 | 46 | 37 |
| Binary | 110001 | 1011110 | 1101110 | 110111 | 1111 | 0 | 111001 | 11000100 | 100110 | 11111 |
Color Harmonies of #315E6E
Complementary color
Monochromatic Colors of #315E6E
Black with #315E6E
Text Example
Text Example
White with #315E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E6E; }
p { color: rgb(49,94,110); }
H1.HeaderClassName
{
color: #315E6E;
}
.AnyTagClassName
{
color: #315E6E;
}
</style>
background-color css
<style>
a { background-color: #315E6E; }
a { background-color: rgb(49,94,110); }
div.DivClassName
{
background-color: #315E6E;
}
.BgClassName
{
background-color: #315E6E;
}
</style>
border-color css
<style>
span { border-color: #315E6E; }
span { border-color: rgb(49,94,110); }
td.TdClassName
{
border-color: #315E6E;
}
.TagClassName
{
border-color: #315E6E;
}
</style>