Shades of Blue Dianne #31544C
Tints of Blue Dianne #31544C
RGB
CMYK
RGB Variations
Color information
#31544C (or 0x31544C) is known color: Blue Dianne. HEX triplet: 31, 54 and 4C. RGB value is (49,84,76). Sum of RGB (Red+Green+Blue) = 49+84+76=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #31544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31544C is #CEABB3. Grayscale: #484848. Windows color (decimal): -13544372 or 5002289. OLE color: 5002289.
HSL color Cylindrical-coordinate representation of color #31544C: hue angle of 166.29º 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 #31544C is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 76 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.67 |
| HSL | 166.29º | 0.26% | 0.26% | - |
| HSV(B) | 166.29º | 0.42% | 0.33% | - |
| XYZ | 5.74 | 7.52 | 7.99 | - |
| YUV | 72.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 76 | 0.42 | 0 | 0.10 | 0.67 | 166.29 | 0.26 | 0.26 |
| Hex | 31 | 54 | 4C | 2A | 0 | A | 43 | A6 | 1A | 1A |
| Octal | 61 | 124 | 114 | 52 | 0 | 12 | 103 | 246 | 32 | 32 |
| Binary | 110001 | 1010100 | 1001100 | 101010 | 0 | 1010 | 1000011 | 10100110 | 11010 | 11010 |
Color Harmonies of #31544C
Complementary color
Monochromatic Colors of #31544C
Black with #31544C
Text Example
Text Example
White with #31544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31544C; }
p { color: rgb(49,84,76); }
H1.HeaderClassName
{
color: #31544C;
}
.AnyTagClassName
{
color: #31544C;
}
</style>
background-color css
<style>
a { background-color: #31544C; }
a { background-color: rgb(49,84,76); }
div.DivClassName
{
background-color: #31544C;
}
.BgClassName
{
background-color: #31544C;
}
</style>
border-color css
<style>
span { border-color: #31544C; }
span { border-color: rgb(49,84,76); }
td.TdClassName
{
border-color: #31544C;
}
.TagClassName
{
border-color: #31544C;
}
</style>