Shades of Spectra #385A4E
Tints of Spectra #385A4E
RGB
CMYK
RGB Variations
Color information
#385A4E (or 0x385A4E) is known color: Spectra. HEX triplet: 38, 5A and 4E. RGB value is (56,90,78). Sum of RGB (Red+Green+Blue) = 56+90+78=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #385A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A4E is #C7A5B1. Grayscale: #4E4E4E. Windows color (decimal): -13084082 or 5134904. OLE color: 5134904.
HSL color Cylindrical-coordinate representation of color #385A4E: hue angle of 158.82º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A4E is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 78 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.65 |
| HSL | 158.82º | 0.23% | 0.29% | - |
| HSV(B) | 158.82º | 0.38% | 0.35% | - |
| XYZ | 6.66 | 8.7 | 8.54 | - |
| YUV | 78.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 78 | 0.38 | 0 | 0.13 | 0.65 | 158.82 | 0.23 | 0.29 |
| Hex | 38 | 5A | 4E | 26 | 0 | D | 41 | 9F | 17 | 1D |
| Octal | 70 | 132 | 116 | 46 | 0 | 15 | 101 | 237 | 27 | 35 |
| Binary | 111000 | 1011010 | 1001110 | 100110 | 0 | 1101 | 1000001 | 10011111 | 10111 | 11101 |
Color Harmonies of #385A4E
Complementary color
Monochromatic Colors of #385A4E
Black with #385A4E
Text Example
Text Example
White with #385A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A4E; }
p { color: rgb(56,90,78); }
H1.HeaderClassName
{
color: #385A4E;
}
.AnyTagClassName
{
color: #385A4E;
}
</style>
background-color css
<style>
a { background-color: #385A4E; }
a { background-color: rgb(56,90,78); }
div.DivClassName
{
background-color: #385A4E;
}
.BgClassName
{
background-color: #385A4E;
}
</style>
border-color css
<style>
span { border-color: #385A4E; }
span { border-color: rgb(56,90,78); }
td.TdClassName
{
border-color: #385A4E;
}
.TagClassName
{
border-color: #385A4E;
}
</style>