Shades of Blue Dianne #39514F
Tints of Blue Dianne #39514F
RGB
CMYK
RGB Variations
Color information
#39514F (or 0x39514F) is known color: Blue Dianne. HEX triplet: 39, 51 and 4F. RGB value is (57,81,79). Sum of RGB (Red+Green+Blue) = 57+81+79=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #39514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39514F is #C6AEB0. Grayscale: #494949. Windows color (decimal): -13020849 or 5198137. OLE color: 5198137.
HSL color Cylindrical-coordinate representation of color #39514F: hue angle of 175º 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 #39514F is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 81 | 79 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.68 |
| HSL | 175º | 0.17% | 0.27% | - |
| HSV(B) | 175º | 0.3% | 0.32% | - |
| XYZ | 6.04 | 7.32 | 8.49 | - |
| YUV | 73.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 81 | 79 | 0.30 | 0 | 0.02 | 0.68 | 175 | 0.17 | 0.27 |
| Hex | 39 | 51 | 4F | 1E | 0 | 2 | 44 | AF | 11 | 1B |
| Octal | 71 | 121 | 117 | 36 | 0 | 2 | 104 | 257 | 21 | 33 |
| Binary | 111001 | 1010001 | 1001111 | 11110 | 0 | 10 | 1000100 | 10101111 | 10001 | 11011 |
Color Harmonies of #39514F
Complementary color
Monochromatic Colors of #39514F
Black with #39514F
Text Example
Text Example
White with #39514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39514F; }
p { color: rgb(57,81,79); }
H1.HeaderClassName
{
color: #39514F;
}
.AnyTagClassName
{
color: #39514F;
}
</style>
background-color css
<style>
a { background-color: #39514F; }
a { background-color: rgb(57,81,79); }
div.DivClassName
{
background-color: #39514F;
}
.BgClassName
{
background-color: #39514F;
}
</style>
border-color css
<style>
span { border-color: #39514F; }
span { border-color: rgb(57,81,79); }
td.TdClassName
{
border-color: #39514F;
}
.TagClassName
{
border-color: #39514F;
}
</style>