Shades of Blumine #315D70
Tints of Blumine #315D70
RGB
CMYK
RGB Variations
Color information
#315D70 (or 0x315D70) is known color: Blumine. HEX triplet: 31, 5D and 70. RGB value is (49,93,112). Sum of RGB (Red+Green+Blue) = 49+93+112=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #315D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D70 is #CEA28F. Grayscale: #515151. Windows color (decimal): -13542032 or 7363889. OLE color: 7363889.
HSL color Cylindrical-coordinate representation of color #315D70: hue angle of 198.1º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #315D70 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 93 | 112 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.56 |
| HSL | 198.1º | 0.39% | 0.32% | - |
| HSV(B) | 198.1º | 0.56% | 0.44% | - |
| XYZ | 8.11 | 9.65 | 16.76 | - |
| YUV | 82.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 112 | 0.56 | 0.17 | 0 | 0.56 | 198.1 | 0.39 | 0.32 |
| Hex | 31 | 5D | 70 | 38 | 11 | 0 | 38 | C6 | 27 | 20 |
| Octal | 61 | 135 | 160 | 70 | 21 | 0 | 70 | 306 | 47 | 40 |
| Binary | 110001 | 1011101 | 1110000 | 111000 | 10001 | 0 | 111000 | 11000110 | 100111 | 100000 |
Color Harmonies of #315D70
Complementary color
Monochromatic Colors of #315D70
Black with #315D70
Text Example
Text Example
White with #315D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D70; }
p { color: rgb(49,93,112); }
H1.HeaderClassName
{
color: #315D70;
}
.AnyTagClassName
{
color: #315D70;
}
</style>
background-color css
<style>
a { background-color: #315D70; }
a { background-color: rgb(49,93,112); }
div.DivClassName
{
background-color: #315D70;
}
.BgClassName
{
background-color: #315D70;
}
</style>
border-color css
<style>
span { border-color: #315D70; }
span { border-color: rgb(49,93,112); }
td.TdClassName
{
border-color: #315D70;
}
.TagClassName
{
border-color: #315D70;
}
</style>