Shades of Matisse #385F80
Tints of Matisse #385F80
RGB
CMYK
RGB Variations
Color information
#385F80 (or 0x385F80) is known color: Matisse. HEX triplet: 38, 5F and 80. RGB value is (56,95,128). Sum of RGB (Red+Green+Blue) = 56+95+128=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #385F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385F80 is #C7A07F. Grayscale: #565656. Windows color (decimal): -13082752 or 8412984. OLE color: 8412984.
HSL color Cylindrical-coordinate representation of color #385F80: hue angle of 207.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385F80 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 95 | 128 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.50 |
| HSL | 207.5º | 0.39% | 0.36% | - |
| HSV(B) | 207.5º | 0.56% | 0.5% | - |
| XYZ | 9.62 | 10.58 | 21.96 | - |
| YUV | 87.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 128 | 0.56 | 0.26 | 0 | 0.50 | 207.5 | 0.39 | 0.36 |
| Hex | 38 | 5F | 80 | 38 | 1A | 0 | 32 | D0 | 27 | 24 |
| Octal | 70 | 137 | 200 | 70 | 32 | 0 | 62 | 320 | 47 | 44 |
| Binary | 111000 | 1011111 | 10000000 | 111000 | 11010 | 0 | 110010 | 11010000 | 100111 | 100100 |
Color Harmonies of #385F80
Complementary color
Monochromatic Colors of #385F80
Black with #385F80
Text Example
Text Example
White with #385F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F80; }
p { color: rgb(56,95,128); }
H1.HeaderClassName
{
color: #385F80;
}
.AnyTagClassName
{
color: #385F80;
}
</style>
background-color css
<style>
a { background-color: #385F80; }
a { background-color: rgb(56,95,128); }
div.DivClassName
{
background-color: #385F80;
}
.BgClassName
{
background-color: #385F80;
}
</style>
border-color css
<style>
span { border-color: #385F80; }
span { border-color: rgb(56,95,128); }
td.TdClassName
{
border-color: #385F80;
}
.TagClassName
{
border-color: #385F80;
}
</style>