Shades of Blumine #315666
Tints of Blumine #315666
RGB
CMYK
RGB Variations
Color information
#315666 (or 0x315666) is known color: Blumine. HEX triplet: 31, 56 and 66. RGB value is (49,86,102). Sum of RGB (Red+Green+Blue) = 49+86+102=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #315666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315666 is #CEA999. Grayscale: #4C4C4C. Windows color (decimal): -13543834 or 6706737. OLE color: 6706737.
HSL color Cylindrical-coordinate representation of color #315666: hue angle of 198.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #315666 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 49 | 86 | 102 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.6 |
| HSL | 198.11º | 0.35% | 0.3% | - |
| HSV(B) | 198.11º | 0.52% | 0.4% | - |
| XYZ | 6.99 | 8.27 | 13.8 | - |
| YUV | 76.76 | 142.24 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 102 | 0.52 | 0.16 | 0 | 0.6 | 198.11 | 0.35 | 0.3 |
| Hex | 31 | 56 | 66 | 34 | 10 | 0 | 3C | C6 | 23 | 1E |
| Octal | 61 | 126 | 146 | 64 | 20 | 0 | 74 | 306 | 43 | 36 |
| Binary | 110001 | 1010110 | 1100110 | 110100 | 10000 | 0 | 111100 | 11000110 | 100011 | 11110 |
Color Harmonies of #315666
Complementary color
Monochromatic Colors of #315666
Black with #315666
Text Example
Text Example
White with #315666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315666; }
p { color: rgb(49,86,102); }
H1.HeaderClassName
{
color: #315666;
}
.AnyTagClassName
{
color: #315666;
}
</style>
background-color css
<style>
a { background-color: #315666; }
a { background-color: rgb(49,86,102); }
div.DivClassName
{
background-color: #315666;
}
.BgClassName
{
background-color: #315666;
}
</style>
border-color css
<style>
span { border-color: #315666; }
span { border-color: rgb(49,86,102); }
td.TdClassName
{
border-color: #315666;
}
.TagClassName
{
border-color: #315666;
}
</style>