Shades of Blumine #315863
Tints of Blumine #315863
RGB
CMYK
RGB Variations
Color information
#315863 (or 0x315863) is known color: Blumine. HEX triplet: 31, 58 and 63. RGB value is (49,88,99). Sum of RGB (Red+Green+Blue) = 49+88+99=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #315863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315863 is #CEA79C. Grayscale: #4D4D4D. Windows color (decimal): -13543325 or 6510641. OLE color: 6510641.
HSL color Cylindrical-coordinate representation of color #315863: hue angle of 193.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315863 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 88 | 99 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.61 |
| HSL | 193.2º | 0.34% | 0.29% | - |
| HSV(B) | 193.2º | 0.51% | 0.39% | - |
| XYZ | 7.01 | 8.53 | 13.08 | - |
| YUV | 77.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 99 | 0.51 | 0.11 | 0 | 0.61 | 193.2 | 0.34 | 0.29 |
| Hex | 31 | 58 | 63 | 33 | B | 0 | 3D | C1 | 22 | 1D |
| Octal | 61 | 130 | 143 | 63 | 13 | 0 | 75 | 301 | 42 | 35 |
| Binary | 110001 | 1011000 | 1100011 | 110011 | 1011 | 0 | 111101 | 11000001 | 100010 | 11101 |
Color Harmonies of #315863
Complementary color
Monochromatic Colors of #315863
Black with #315863
Text Example
Text Example
White with #315863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315863; }
p { color: rgb(49,88,99); }
H1.HeaderClassName
{
color: #315863;
}
.AnyTagClassName
{
color: #315863;
}
</style>
background-color css
<style>
a { background-color: #315863; }
a { background-color: rgb(49,88,99); }
div.DivClassName
{
background-color: #315863;
}
.BgClassName
{
background-color: #315863;
}
</style>
border-color css
<style>
span { border-color: #315863; }
span { border-color: rgb(49,88,99); }
td.TdClassName
{
border-color: #315863;
}
.TagClassName
{
border-color: #315863;
}
</style>