Shades of Matisse #385A78
Tints of Matisse #385A78
RGB
CMYK
RGB Variations
Color information
#385A78 (or 0x385A78) is known color: Matisse. HEX triplet: 38, 5A and 78. RGB value is (56,90,120). Sum of RGB (Red+Green+Blue) = 56+90+120=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #385A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A78 is #C7A587. Grayscale: #535353. Windows color (decimal): -13084040 or 7887416. OLE color: 7887416.
HSL color Cylindrical-coordinate representation of color #385A78: hue angle of 208.12º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #385A78 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 90 | 120 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.53 |
| HSL | 208.13º | 0.36% | 0.35% | - |
| HSV(B) | 208.13º | 0.53% | 0.47% | - |
| XYZ | 8.68 | 9.51 | 19.15 | - |
| YUV | 83.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 120 | 0.53 | 0.25 | 0 | 0.53 | 208.13 | 0.36 | 0.35 |
| Hex | 38 | 5A | 78 | 35 | 19 | 0 | 35 | D0 | 24 | 23 |
| Octal | 70 | 132 | 170 | 65 | 31 | 0 | 65 | 320 | 44 | 43 |
| Binary | 111000 | 1011010 | 1111000 | 110101 | 11001 | 0 | 110101 | 11010000 | 100100 | 100011 |
Color Harmonies of #385A78
Complementary color
Monochromatic Colors of #385A78
Black with #385A78
Text Example
Text Example
White with #385A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A78; }
p { color: rgb(56,90,120); }
H1.HeaderClassName
{
color: #385A78;
}
.AnyTagClassName
{
color: #385A78;
}
</style>
background-color css
<style>
a { background-color: #385A78; }
a { background-color: rgb(56,90,120); }
div.DivClassName
{
background-color: #385A78;
}
.BgClassName
{
background-color: #385A78;
}
</style>
border-color css
<style>
span { border-color: #385A78; }
span { border-color: rgb(56,90,120); }
td.TdClassName
{
border-color: #385A78;
}
.TagClassName
{
border-color: #385A78;
}
</style>