Shades of Blumine #315D65
Tints of Blumine #315D65
RGB
CMYK
RGB Variations
Color information
#315D65 (or 0x315D65) is known color: Blumine. HEX triplet: 31, 5D and 65. RGB value is (49,93,101). Sum of RGB (Red+Green+Blue) = 49+93+101=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #315D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D65 is #CEA29A. Grayscale: #505050. Windows color (decimal): -13542043 or 6642993. OLE color: 6642993.
HSL color Cylindrical-coordinate representation of color #315D65: hue angle of 189.23º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315D65 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 93 | 101 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.60 |
| HSL | 189.23º | 0.35% | 0.29% | - |
| HSV(B) | 189.23º | 0.51% | 0.4% | - |
| XYZ | 7.53 | 9.42 | 13.73 | - |
| YUV | 80.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 101 | 0.51 | 0.08 | 0 | 0.60 | 189.23 | 0.35 | 0.29 |
| Hex | 31 | 5D | 65 | 33 | 8 | 0 | 3C | BD | 23 | 1D |
| Octal | 61 | 135 | 145 | 63 | 10 | 0 | 74 | 275 | 43 | 35 |
| Binary | 110001 | 1011101 | 1100101 | 110011 | 1000 | 0 | 111100 | 10111101 | 100011 | 11101 |
Color Harmonies of #315D65
Complementary color
Monochromatic Colors of #315D65
Black with #315D65
Text Example
Text Example
White with #315D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D65; }
p { color: rgb(49,93,101); }
H1.HeaderClassName
{
color: #315D65;
}
.AnyTagClassName
{
color: #315D65;
}
</style>
background-color css
<style>
a { background-color: #315D65; }
a { background-color: rgb(49,93,101); }
div.DivClassName
{
background-color: #315D65;
}
.BgClassName
{
background-color: #315D65;
}
</style>
border-color css
<style>
span { border-color: #315D65; }
span { border-color: rgb(49,93,101); }
td.TdClassName
{
border-color: #315D65;
}
.TagClassName
{
border-color: #315D65;
}
</style>