Shades of Blue Dianne #384E4D
Tints of Blue Dianne #384E4D
RGB
CMYK
RGB Variations
Color information
#384E4D (or 0x384E4D) is known color: Blue Dianne. HEX triplet: 38, 4E and 4D. RGB value is (56,78,77). Sum of RGB (Red+Green+Blue) = 56+78+77=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 78 - color contains mainly: green. Hex color #384E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E4D is #C7B1B2. Grayscale: #474747. Windows color (decimal): -13087155 or 5066296. OLE color: 5066296.
HSL color Cylindrical-coordinate representation of color #384E4D: hue angle of 177.27º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #384E4D is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 78 | 77 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.69 |
| HSL | 177.27º | 0.16% | 0.26% | - |
| HSV(B) | 177.27º | 0.28% | 0.31% | - |
| XYZ | 5.69 | 6.83 | 8.04 | - |
| YUV | 71.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 77 | 0.28 | 0 | 0.01 | 0.69 | 177.27 | 0.16 | 0.26 |
| Hex | 38 | 4E | 4D | 1C | 0 | 1 | 45 | B1 | 10 | 1A |
| Octal | 70 | 116 | 115 | 34 | 0 | 1 | 105 | 261 | 20 | 32 |
| Binary | 111000 | 1001110 | 1001101 | 11100 | 0 | 1 | 1000101 | 10110001 | 10000 | 11010 |
Color Harmonies of #384E4D
Complementary color
Monochromatic Colors of #384E4D
Black with #384E4D
Text Example
Text Example
White with #384E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E4D; }
p { color: rgb(56,78,77); }
H1.HeaderClassName
{
color: #384E4D;
}
.AnyTagClassName
{
color: #384E4D;
}
</style>
background-color css
<style>
a { background-color: #384E4D; }
a { background-color: rgb(56,78,77); }
div.DivClassName
{
background-color: #384E4D;
}
.BgClassName
{
background-color: #384E4D;
}
</style>
border-color css
<style>
span { border-color: #384E4D; }
span { border-color: rgb(56,78,77); }
td.TdClassName
{
border-color: #384E4D;
}
.TagClassName
{
border-color: #384E4D;
}
</style>