Shades of Blue Dianne #31534E
Tints of Blue Dianne #31534E
RGB
CMYK
RGB Variations
Color information
#31534E (or 0x31534E) is known color: Blue Dianne. HEX triplet: 31, 53 and 4E. RGB value is (49,83,78). Sum of RGB (Red+Green+Blue) = 49+83+78=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #31534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31534E is #CEACB1. Grayscale: #484848. Windows color (decimal): -13544626 or 5133105. OLE color: 5133105.
HSL color Cylindrical-coordinate representation of color #31534E: hue angle of 171.18º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31534E is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 78 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.67 |
| HSL | 171.18º | 0.26% | 0.26% | - |
| HSV(B) | 171.18º | 0.41% | 0.33% | - |
| XYZ | 5.74 | 7.39 | 8.33 | - |
| YUV | 72.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 78 | 0.41 | 0 | 0.06 | 0.67 | 171.18 | 0.26 | 0.26 |
| Hex | 31 | 53 | 4E | 29 | 0 | 6 | 43 | AB | 1A | 1A |
| Octal | 61 | 123 | 116 | 51 | 0 | 6 | 103 | 253 | 32 | 32 |
| Binary | 110001 | 1010011 | 1001110 | 101001 | 0 | 110 | 1000011 | 10101011 | 11010 | 11010 |
Color Harmonies of #31534E
Complementary color
Monochromatic Colors of #31534E
Black with #31534E
Text Example
Text Example
White with #31534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31534E; }
p { color: rgb(49,83,78); }
H1.HeaderClassName
{
color: #31534E;
}
.AnyTagClassName
{
color: #31534E;
}
</style>
background-color css
<style>
a { background-color: #31534E; }
a { background-color: rgb(49,83,78); }
div.DivClassName
{
background-color: #31534E;
}
.BgClassName
{
background-color: #31534E;
}
</style>
border-color css
<style>
span { border-color: #31534E; }
span { border-color: rgb(49,83,78); }
td.TdClassName
{
border-color: #31534E;
}
.TagClassName
{
border-color: #31534E;
}
</style>