Shades of Blue Dianne #394E4B
Tints of Blue Dianne #394E4B
RGB
CMYK
RGB Variations
Color information
#394E4B (or 0x394E4B) is known color: Blue Dianne. HEX triplet: 39, 4E and 4B. RGB value is (57,78,75). Sum of RGB (Red+Green+Blue) = 57+78+75=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 78 - color contains mainly: green. Hex color #394E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E4B is #C6B1B4. Grayscale: #474747. Windows color (decimal): -13021621 or 4935225. OLE color: 4935225.
HSL color Cylindrical-coordinate representation of color #394E4B: hue angle of 171.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #394E4B is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 78 | 75 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.69 |
| HSL | 171.43º | 0.16% | 0.26% | - |
| HSV(B) | 171.43º | 0.27% | 0.31% | - |
| XYZ | 5.68 | 6.83 | 7.67 | - |
| YUV | 71.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 75 | 0.27 | 0 | 0.04 | 0.69 | 171.43 | 0.16 | 0.26 |
| Hex | 39 | 4E | 4B | 1B | 0 | 4 | 45 | AB | 10 | 1A |
| Octal | 71 | 116 | 113 | 33 | 0 | 4 | 105 | 253 | 20 | 32 |
| Binary | 111001 | 1001110 | 1001011 | 11011 | 0 | 100 | 1000101 | 10101011 | 10000 | 11010 |
Color Harmonies of #394E4B
Complementary color
Monochromatic Colors of #394E4B
Black with #394E4B
Text Example
Text Example
White with #394E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394E4B; }
p { color: rgb(57,78,75); }
H1.HeaderClassName
{
color: #394E4B;
}
.AnyTagClassName
{
color: #394E4B;
}
</style>
background-color css
<style>
a { background-color: #394E4B; }
a { background-color: rgb(57,78,75); }
div.DivClassName
{
background-color: #394E4B;
}
.BgClassName
{
background-color: #394E4B;
}
</style>
border-color css
<style>
span { border-color: #394E4B; }
span { border-color: rgb(57,78,75); }
td.TdClassName
{
border-color: #394E4B;
}
.TagClassName
{
border-color: #394E4B;
}
</style>