Shades of Blue Dianne #31544D
Tints of Blue Dianne #31544D
RGB
CMYK
RGB Variations
Color information
#31544D (or 0x31544D) is known color: Blue Dianne. HEX triplet: 31, 54 and 4D. RGB value is (49,84,77). Sum of RGB (Red+Green+Blue) = 49+84+77=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #31544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31544D is #CEABB2. Grayscale: #484848. Windows color (decimal): -13544371 or 5067825. OLE color: 5067825.
HSL color Cylindrical-coordinate representation of color #31544D: hue angle of 168º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #31544D is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 77 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.67 |
| HSL | 168º | 0.26% | 0.26% | - |
| HSV(B) | 168º | 0.42% | 0.33% | - |
| XYZ | 5.78 | 7.53 | 8.17 | - |
| YUV | 72.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 77 | 0.42 | 0 | 0.08 | 0.67 | 168 | 0.26 | 0.26 |
| Hex | 31 | 54 | 4D | 2A | 0 | 8 | 43 | A8 | 1A | 1A |
| Octal | 61 | 124 | 115 | 52 | 0 | 10 | 103 | 250 | 32 | 32 |
| Binary | 110001 | 1010100 | 1001101 | 101010 | 0 | 1000 | 1000011 | 10101000 | 11010 | 11010 |
Color Harmonies of #31544D
Complementary color
Monochromatic Colors of #31544D
Black with #31544D
Text Example
Text Example
White with #31544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31544D; }
p { color: rgb(49,84,77); }
H1.HeaderClassName
{
color: #31544D;
}
.AnyTagClassName
{
color: #31544D;
}
</style>
background-color css
<style>
a { background-color: #31544D; }
a { background-color: rgb(49,84,77); }
div.DivClassName
{
background-color: #31544D;
}
.BgClassName
{
background-color: #31544D;
}
</style>
border-color css
<style>
span { border-color: #31544D; }
span { border-color: rgb(49,84,77); }
td.TdClassName
{
border-color: #31544D;
}
.TagClassName
{
border-color: #31544D;
}
</style>