Shades of Blue Dianne #31514C
Tints of Blue Dianne #31514C
RGB
CMYK
RGB Variations
Color information
#31514C (or 0x31514C) is known color: Blue Dianne. HEX triplet: 31, 51 and 4C. RGB value is (49,81,76). Sum of RGB (Red+Green+Blue) = 49+81+76=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #31514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31514C is #CEAEB3. Grayscale: #464646. Windows color (decimal): -13545140 or 5001521. OLE color: 5001521.
HSL color Cylindrical-coordinate representation of color #31514C: hue angle of 170.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #31514C is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 81 | 76 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.68 |
| HSL | 170.63º | 0.25% | 0.25% | - |
| HSV(B) | 170.63º | 0.4% | 0.32% | - |
| XYZ | 5.51 | 7.06 | 7.91 | - |
| YUV | 70.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 76 | 0.40 | 0 | 0.06 | 0.68 | 170.63 | 0.25 | 0.25 |
| Hex | 31 | 51 | 4C | 28 | 0 | 6 | 44 | AB | 19 | 19 |
| Octal | 61 | 121 | 114 | 50 | 0 | 6 | 104 | 253 | 31 | 31 |
| Binary | 110001 | 1010001 | 1001100 | 101000 | 0 | 110 | 1000100 | 10101011 | 11001 | 11001 |
Color Harmonies of #31514C
Complementary color
Monochromatic Colors of #31514C
Black with #31514C
Text Example
Text Example
White with #31514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31514C; }
p { color: rgb(49,81,76); }
H1.HeaderClassName
{
color: #31514C;
}
.AnyTagClassName
{
color: #31514C;
}
</style>
background-color css
<style>
a { background-color: #31514C; }
a { background-color: rgb(49,81,76); }
div.DivClassName
{
background-color: #31514C;
}
.BgClassName
{
background-color: #31514C;
}
</style>
border-color css
<style>
span { border-color: #31514C; }
span { border-color: rgb(49,81,76); }
td.TdClassName
{
border-color: #31514C;
}
.TagClassName
{
border-color: #31514C;
}
</style>