Shades of Blue Dianne #31524E
Tints of Blue Dianne #31524E
RGB
CMYK
RGB Variations
Color information
#31524E (or 0x31524E) is known color: Blue Dianne. HEX triplet: 31, 52 and 4E. RGB value is (49,82,78). Sum of RGB (Red+Green+Blue) = 49+82+78=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #31524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31524E is #CEADB1. Grayscale: #474747. Windows color (decimal): -13544882 or 5132849. OLE color: 5132849.
HSL color Cylindrical-coordinate representation of color #31524E: hue angle of 172.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #31524E is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 82 | 78 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.68 |
| HSL | 172.73º | 0.25% | 0.26% | - |
| HSV(B) | 172.73º | 0.4% | 0.32% | - |
| XYZ | 5.66 | 7.24 | 8.31 | - |
| YUV | 71.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 78 | 0.40 | 0 | 0.05 | 0.68 | 172.73 | 0.25 | 0.26 |
| Hex | 31 | 52 | 4E | 28 | 0 | 5 | 44 | AD | 19 | 1A |
| Octal | 61 | 122 | 116 | 50 | 0 | 5 | 104 | 255 | 31 | 32 |
| Binary | 110001 | 1010010 | 1001110 | 101000 | 0 | 101 | 1000100 | 10101101 | 11001 | 11010 |
Color Harmonies of #31524E
Complementary color
Monochromatic Colors of #31524E
Black with #31524E
Text Example
Text Example
White with #31524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31524E; }
p { color: rgb(49,82,78); }
H1.HeaderClassName
{
color: #31524E;
}
.AnyTagClassName
{
color: #31524E;
}
</style>
background-color css
<style>
a { background-color: #31524E; }
a { background-color: rgb(49,82,78); }
div.DivClassName
{
background-color: #31524E;
}
.BgClassName
{
background-color: #31524E;
}
</style>
border-color css
<style>
span { border-color: #31524E; }
span { border-color: rgb(49,82,78); }
td.TdClassName
{
border-color: #31524E;
}
.TagClassName
{
border-color: #31524E;
}
</style>