Shades of Blumine #316070
Tints of Blumine #316070
RGB
CMYK
RGB Variations
Color information
#316070 (or 0x316070) is known color: Blumine. HEX triplet: 31, 60 and 70. RGB value is (49,96,112). Sum of RGB (Red+Green+Blue) = 49+96+112=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #316070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316070 is #CE9F8F. Grayscale: #535353. Windows color (decimal): -13541264 or 7364657. OLE color: 7364657.
HSL color Cylindrical-coordinate representation of color #316070: hue angle of 195.24º 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 #316070 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 96 | 112 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.56 |
| HSL | 195.24º | 0.39% | 0.32% | - |
| HSV(B) | 195.24º | 0.56% | 0.44% | - |
| XYZ | 8.37 | 10.19 | 16.85 | - |
| YUV | 83.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 96 | 112 | 0.56 | 0.14 | 0 | 0.56 | 195.24 | 0.39 | 0.32 |
| Hex | 31 | 60 | 70 | 38 | E | 0 | 38 | C3 | 27 | 20 |
| Octal | 61 | 140 | 160 | 70 | 16 | 0 | 70 | 303 | 47 | 40 |
| Binary | 110001 | 1100000 | 1110000 | 111000 | 1110 | 0 | 111000 | 11000011 | 100111 | 100000 |
Color Harmonies of #316070
Complementary color
Monochromatic Colors of #316070
Black with #316070
Text Example
Text Example
White with #316070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316070; }
p { color: rgb(49,96,112); }
H1.HeaderClassName
{
color: #316070;
}
.AnyTagClassName
{
color: #316070;
}
</style>
background-color css
<style>
a { background-color: #316070; }
a { background-color: rgb(49,96,112); }
div.DivClassName
{
background-color: #316070;
}
.BgClassName
{
background-color: #316070;
}
</style>
border-color css
<style>
span { border-color: #316070; }
span { border-color: rgb(49,96,112); }
td.TdClassName
{
border-color: #316070;
}
.TagClassName
{
border-color: #316070;
}
</style>