Shades of Matisse #385E77
Tints of Matisse #385E77
RGB
CMYK
RGB Variations
Color information
#385E77 (or 0x385E77) is known color: Matisse. HEX triplet: 38, 5E and 77. RGB value is (56,94,119). Sum of RGB (Red+Green+Blue) = 56+94+119=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #385E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E77 is #C7A188. Grayscale: #555555. Windows color (decimal): -13083017 or 7822904. OLE color: 7822904.
HSL color Cylindrical-coordinate representation of color #385E77: hue angle of 203.81º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #385E77 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 94 | 119 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.53 |
| HSL | 203.81º | 0.36% | 0.34% | - |
| HSV(B) | 203.81º | 0.53% | 0.47% | - |
| XYZ | 8.96 | 10.18 | 18.94 | - |
| YUV | 85.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 119 | 0.53 | 0.21 | 0 | 0.53 | 203.81 | 0.36 | 0.34 |
| Hex | 38 | 5E | 77 | 35 | 15 | 0 | 35 | CC | 24 | 22 |
| Octal | 70 | 136 | 167 | 65 | 25 | 0 | 65 | 314 | 44 | 42 |
| Binary | 111000 | 1011110 | 1110111 | 110101 | 10101 | 0 | 110101 | 11001100 | 100100 | 100010 |
Color Harmonies of #385E77
Complementary color
Monochromatic Colors of #385E77
Black with #385E77
Text Example
Text Example
White with #385E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385E77; }
p { color: rgb(56,94,119); }
H1.HeaderClassName
{
color: #385E77;
}
.AnyTagClassName
{
color: #385E77;
}
</style>
background-color css
<style>
a { background-color: #385E77; }
a { background-color: rgb(56,94,119); }
div.DivClassName
{
background-color: #385E77;
}
.BgClassName
{
background-color: #385E77;
}
</style>
border-color css
<style>
span { border-color: #385E77; }
span { border-color: rgb(56,94,119); }
td.TdClassName
{
border-color: #385E77;
}
.TagClassName
{
border-color: #385E77;
}
</style>