Shades of Blue Dianne #394B49
Tints of Blue Dianne #394B49
RGB
CMYK
RGB Variations
Color information
#394B49 (or 0x394B49) is known color: Blue Dianne. HEX triplet: 39, 4B and 49. RGB value is (57,75,73). Sum of RGB (Red+Green+Blue) = 57+75+73=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 75 - color contains mainly: green. Hex color #394B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B49 is #C6B4B6. Grayscale: #454545. Windows color (decimal): -13022391 or 4803385. OLE color: 4803385.
HSL color Cylindrical-coordinate representation of color #394B49: hue angle of 173.33º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #394B49 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 75 | 73 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.71 |
| HSL | 173.33º | 0.14% | 0.26% | - |
| HSV(B) | 173.33º | 0.24% | 0.29% | - |
| XYZ | 5.41 | 6.38 | 7.25 | - |
| YUV | 69.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 75 | 73 | 0.24 | 0 | 0.03 | 0.71 | 173.33 | 0.14 | 0.26 |
| Hex | 39 | 4B | 49 | 18 | 0 | 3 | 47 | AD | E | 1A |
| Octal | 71 | 113 | 111 | 30 | 0 | 3 | 107 | 255 | 16 | 32 |
| Binary | 111001 | 1001011 | 1001001 | 11000 | 0 | 11 | 1000111 | 10101101 | 1110 | 11010 |
Color Harmonies of #394B49
Complementary color
Monochromatic Colors of #394B49
Black with #394B49
Text Example
Text Example
White with #394B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394B49; }
p { color: rgb(57,75,73); }
H1.HeaderClassName
{
color: #394B49;
}
.AnyTagClassName
{
color: #394B49;
}
</style>
background-color css
<style>
a { background-color: #394B49; }
a { background-color: rgb(57,75,73); }
div.DivClassName
{
background-color: #394B49;
}
.BgClassName
{
background-color: #394B49;
}
</style>
border-color css
<style>
span { border-color: #394B49; }
span { border-color: rgb(57,75,73); }
td.TdClassName
{
border-color: #394B49;
}
.TagClassName
{
border-color: #394B49;
}
</style>