Shades of Blumine #315D76
Tints of Blumine #315D76
RGB
CMYK
RGB Variations
Color information
#315D76 (or 0x315D76) is known color: Blumine. HEX triplet: 31, 5D and 76. RGB value is (49,93,118). Sum of RGB (Red+Green+Blue) = 49+93+118=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #315D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D76 is #CEA289. Grayscale: #525252. Windows color (decimal): -13542026 or 7757105. OLE color: 7757105.
HSL color Cylindrical-coordinate representation of color #315D76: hue angle of 201.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315D76 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 93 | 118 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.54 |
| HSL | 201.74º | 0.41% | 0.33% | - |
| HSV(B) | 201.74º | 0.58% | 0.46% | - |
| XYZ | 8.45 | 9.79 | 18.58 | - |
| YUV | 82.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 118 | 0.58 | 0.21 | 0 | 0.54 | 201.74 | 0.41 | 0.33 |
| Hex | 31 | 5D | 76 | 3A | 15 | 0 | 36 | CA | 29 | 21 |
| Octal | 61 | 135 | 166 | 72 | 25 | 0 | 66 | 312 | 51 | 41 |
| Binary | 110001 | 1011101 | 1110110 | 111010 | 10101 | 0 | 110110 | 11001010 | 101001 | 100001 |
Color Harmonies of #315D76
Complementary color
Monochromatic Colors of #315D76
Black with #315D76
Text Example
Text Example
White with #315D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D76; }
p { color: rgb(49,93,118); }
H1.HeaderClassName
{
color: #315D76;
}
.AnyTagClassName
{
color: #315D76;
}
</style>
background-color css
<style>
a { background-color: #315D76; }
a { background-color: rgb(49,93,118); }
div.DivClassName
{
background-color: #315D76;
}
.BgClassName
{
background-color: #315D76;
}
</style>
border-color css
<style>
span { border-color: #315D76; }
span { border-color: rgb(49,93,118); }
td.TdClassName
{
border-color: #315D76;
}
.TagClassName
{
border-color: #315D76;
}
</style>