Shades of Matisse #385B77
Tints of Matisse #385B77
RGB
CMYK
RGB Variations
Color information
#385B77 (or 0x385B77) is known color: Matisse. HEX triplet: 38, 5B and 77. RGB value is (56,91,119). Sum of RGB (Red+Green+Blue) = 56+91+119=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #385B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B77 is #C7A488. Grayscale: #535353. Windows color (decimal): -13083785 or 7822136. OLE color: 7822136.
HSL color Cylindrical-coordinate representation of color #385B77: hue angle of 206.67º 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 #385B77 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 91 | 119 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.53 |
| HSL | 206.67º | 0.36% | 0.34% | - |
| HSV(B) | 206.67º | 0.53% | 0.47% | - |
| XYZ | 8.7 | 9.65 | 18.86 | - |
| YUV | 83.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 119 | 0.53 | 0.24 | 0 | 0.53 | 206.67 | 0.36 | 0.34 |
| Hex | 38 | 5B | 77 | 35 | 18 | 0 | 35 | CF | 24 | 22 |
| Octal | 70 | 133 | 167 | 65 | 30 | 0 | 65 | 317 | 44 | 42 |
| Binary | 111000 | 1011011 | 1110111 | 110101 | 11000 | 0 | 110101 | 11001111 | 100100 | 100010 |
Color Harmonies of #385B77
Complementary color
Monochromatic Colors of #385B77
Black with #385B77
Text Example
Text Example
White with #385B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B77; }
p { color: rgb(56,91,119); }
H1.HeaderClassName
{
color: #385B77;
}
.AnyTagClassName
{
color: #385B77;
}
</style>
background-color css
<style>
a { background-color: #385B77; }
a { background-color: rgb(56,91,119); }
div.DivClassName
{
background-color: #385B77;
}
.BgClassName
{
background-color: #385B77;
}
</style>
border-color css
<style>
span { border-color: #385B77; }
span { border-color: rgb(56,91,119); }
td.TdClassName
{
border-color: #385B77;
}
.TagClassName
{
border-color: #385B77;
}
</style>