Shades of Blue Dianne #31564E
Tints of Blue Dianne #31564E
RGB
CMYK
RGB Variations
Color information
#31564E (or 0x31564E) is known color: Blue Dianne. HEX triplet: 31, 56 and 4E. RGB value is (49,86,78). Sum of RGB (Red+Green+Blue) = 49+86+78=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #31564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31564E is #CEA9B1. Grayscale: #4A4A4A. Windows color (decimal): -13543858 or 5133873. OLE color: 5133873.
HSL color Cylindrical-coordinate representation of color #31564E: hue angle of 167.03º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #31564E is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 86 | 78 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.66 |
| HSL | 167.03º | 0.27% | 0.26% | - |
| HSV(B) | 167.03º | 0.43% | 0.34% | - |
| XYZ | 5.97 | 7.86 | 8.41 | - |
| YUV | 74.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 78 | 0.43 | 0 | 0.09 | 0.66 | 167.03 | 0.27 | 0.26 |
| Hex | 31 | 56 | 4E | 2B | 0 | 9 | 42 | A7 | 1B | 1A |
| Octal | 61 | 126 | 116 | 53 | 0 | 11 | 102 | 247 | 33 | 32 |
| Binary | 110001 | 1010110 | 1001110 | 101011 | 0 | 1001 | 1000010 | 10100111 | 11011 | 11010 |
Color Harmonies of #31564E
Complementary color
Monochromatic Colors of #31564E
Black with #31564E
Text Example
Text Example
White with #31564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31564E; }
p { color: rgb(49,86,78); }
H1.HeaderClassName
{
color: #31564E;
}
.AnyTagClassName
{
color: #31564E;
}
</style>
background-color css
<style>
a { background-color: #31564E; }
a { background-color: rgb(49,86,78); }
div.DivClassName
{
background-color: #31564E;
}
.BgClassName
{
background-color: #31564E;
}
</style>
border-color css
<style>
span { border-color: #31564E; }
span { border-color: rgb(49,86,78); }
td.TdClassName
{
border-color: #31564E;
}
.TagClassName
{
border-color: #31564E;
}
</style>