Shades of Matisse #385E89
Tints of Matisse #385E89
RGB
CMYK
RGB Variations
Color information
#385E89 (or 0x385E89) is known color: Matisse. HEX triplet: 38, 5E and 89. RGB value is (56,94,137). Sum of RGB (Red+Green+Blue) = 56+94+137=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #385E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385E89 is #C7A176. Grayscale: #575757. Windows color (decimal): -13082999 or 9002552. OLE color: 9002552.
HSL color Cylindrical-coordinate representation of color #385E89: hue angle of 211.85º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385E89 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 94 | 137 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.46 |
| HSL | 211.85º | 0.42% | 0.38% | - |
| HSV(B) | 211.85º | 0.59% | 0.54% | - |
| XYZ | 10.15 | 10.65 | 25.19 | - |
| YUV | 87.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 137 | 0.59 | 0.31 | 0 | 0.46 | 211.85 | 0.42 | 0.38 |
| Hex | 38 | 5E | 89 | 3B | 1F | 0 | 2E | D4 | 2A | 26 |
| Octal | 70 | 136 | 211 | 73 | 37 | 0 | 56 | 324 | 52 | 46 |
| Binary | 111000 | 1011110 | 10001001 | 111011 | 11111 | 0 | 101110 | 11010100 | 101010 | 100110 |
Color Harmonies of #385E89
Complementary color
Monochromatic Colors of #385E89
Black with #385E89
Text Example
Text Example
White with #385E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385E89; }
p { color: rgb(56,94,137); }
H1.HeaderClassName
{
color: #385E89;
}
.AnyTagClassName
{
color: #385E89;
}
</style>
background-color css
<style>
a { background-color: #385E89; }
a { background-color: rgb(56,94,137); }
div.DivClassName
{
background-color: #385E89;
}
.BgClassName
{
background-color: #385E89;
}
</style>
border-color css
<style>
span { border-color: #385E89; }
span { border-color: rgb(56,94,137); }
td.TdClassName
{
border-color: #385E89;
}
.TagClassName
{
border-color: #385E89;
}
</style>