Shades of Spectra #385E4D
Tints of Spectra #385E4D
RGB
CMYK
RGB Variations
Color information
#385E4D (or 0x385E4D) is known color: Spectra. HEX triplet: 38, 5E and 4D. RGB value is (56,94,77). Sum of RGB (Red+Green+Blue) = 56+94+77=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 94 - color contains mainly: green. Hex color #385E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E4D is #C7A1B2. Grayscale: #505050. Windows color (decimal): -13083059 or 5070392. OLE color: 5070392.
HSL color Cylindrical-coordinate representation of color #385E4D: hue angle of 153.16º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385E4D is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 94 | 77 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.63 |
| HSL | 153.16º | 0.25% | 0.29% | - |
| HSV(B) | 153.16º | 0.4% | 0.37% | - |
| XYZ | 6.97 | 9.38 | 8.46 | - |
| YUV | 80.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 77 | 0.40 | 0 | 0.18 | 0.63 | 153.16 | 0.25 | 0.29 |
| Hex | 38 | 5E | 4D | 28 | 0 | 12 | 3F | 99 | 19 | 1D |
| Octal | 70 | 136 | 115 | 50 | 0 | 22 | 77 | 231 | 31 | 35 |
| Binary | 111000 | 1011110 | 1001101 | 101000 | 0 | 10010 | 111111 | 10011001 | 11001 | 11101 |
Color Harmonies of #385E4D
Complementary color
Monochromatic Colors of #385E4D
Black with #385E4D
Text Example
Text Example
White with #385E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385E4D; }
p { color: rgb(56,94,77); }
H1.HeaderClassName
{
color: #385E4D;
}
.AnyTagClassName
{
color: #385E4D;
}
</style>
background-color css
<style>
a { background-color: #385E4D; }
a { background-color: rgb(56,94,77); }
div.DivClassName
{
background-color: #385E4D;
}
.BgClassName
{
background-color: #385E4D;
}
</style>
border-color css
<style>
span { border-color: #385E4D; }
span { border-color: rgb(56,94,77); }
td.TdClassName
{
border-color: #385E4D;
}
.TagClassName
{
border-color: #385E4D;
}
</style>