Shades of Blue Dianne #31544E
Tints of Blue Dianne #31544E
RGB
CMYK
RGB Variations
Color information
#31544E (or 0x31544E) is known color: Blue Dianne. HEX triplet: 31, 54 and 4E. RGB value is (49,84,78). Sum of RGB (Red+Green+Blue) = 49+84+78=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #31544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31544E is #CEABB1. Grayscale: #484848. Windows color (decimal): -13544370 or 5133361. OLE color: 5133361.
HSL color Cylindrical-coordinate representation of color #31544E: hue angle of 169.71º 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 #31544E is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 78 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.67 |
| HSL | 169.71º | 0.26% | 0.26% | - |
| HSV(B) | 169.71º | 0.42% | 0.33% | - |
| XYZ | 5.81 | 7.54 | 8.36 | - |
| YUV | 72.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 78 | 0.42 | 0 | 0.07 | 0.67 | 169.71 | 0.26 | 0.26 |
| Hex | 31 | 54 | 4E | 2A | 0 | 7 | 43 | AA | 1A | 1A |
| Octal | 61 | 124 | 116 | 52 | 0 | 7 | 103 | 252 | 32 | 32 |
| Binary | 110001 | 1010100 | 1001110 | 101010 | 0 | 111 | 1000011 | 10101010 | 11010 | 11010 |
Color Harmonies of #31544E
Complementary color
Monochromatic Colors of #31544E
Black with #31544E
Text Example
Text Example
White with #31544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31544E; }
p { color: rgb(49,84,78); }
H1.HeaderClassName
{
color: #31544E;
}
.AnyTagClassName
{
color: #31544E;
}
</style>
background-color css
<style>
a { background-color: #31544E; }
a { background-color: rgb(49,84,78); }
div.DivClassName
{
background-color: #31544E;
}
.BgClassName
{
background-color: #31544E;
}
</style>
border-color css
<style>
span { border-color: #31544E; }
span { border-color: rgb(49,84,78); }
td.TdClassName
{
border-color: #31544E;
}
.TagClassName
{
border-color: #31544E;
}
</style>