Shades of Blue Dianne #39514E
Tints of Blue Dianne #39514E
RGB
CMYK
RGB Variations
Color information
#39514E (or 0x39514E) is known color: Blue Dianne. HEX triplet: 39, 51 and 4E. RGB value is (57,81,78). Sum of RGB (Red+Green+Blue) = 57+81+78=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 81 - color contains mainly: green. Hex color #39514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39514E is #C6AEB1. Grayscale: #494949. Windows color (decimal): -13020850 or 5132601. OLE color: 5132601.
HSL color Cylindrical-coordinate representation of color #39514E: hue angle of 172.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #39514E is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 81 | 78 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.68 |
| HSL | 172.5º | 0.17% | 0.27% | - |
| HSV(B) | 172.5º | 0.3% | 0.32% | - |
| XYZ | 6 | 7.3 | 8.3 | - |
| YUV | 73.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 81 | 78 | 0.30 | 0 | 0.04 | 0.68 | 172.5 | 0.17 | 0.27 |
| Hex | 39 | 51 | 4E | 1E | 0 | 4 | 44 | AC | 11 | 1B |
| Octal | 71 | 121 | 116 | 36 | 0 | 4 | 104 | 254 | 21 | 33 |
| Binary | 111001 | 1010001 | 1001110 | 11110 | 0 | 100 | 1000100 | 10101100 | 10001 | 11011 |
Color Harmonies of #39514E
Complementary color
Monochromatic Colors of #39514E
Black with #39514E
Text Example
Text Example
White with #39514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39514E; }
p { color: rgb(57,81,78); }
H1.HeaderClassName
{
color: #39514E;
}
.AnyTagClassName
{
color: #39514E;
}
</style>
background-color css
<style>
a { background-color: #39514E; }
a { background-color: rgb(57,81,78); }
div.DivClassName
{
background-color: #39514E;
}
.BgClassName
{
background-color: #39514E;
}
</style>
border-color css
<style>
span { border-color: #39514E; }
span { border-color: rgb(57,81,78); }
td.TdClassName
{
border-color: #39514E;
}
.TagClassName
{
border-color: #39514E;
}
</style>