Shades of Matisse #385C7F
Tints of Matisse #385C7F
RGB
CMYK
RGB Variations
Color information
#385C7F (or 0x385C7F) is known color: Matisse. HEX triplet: 38, 5C and 7F. RGB value is (56,92,127). Sum of RGB (Red+Green+Blue) = 56+92+127=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #385C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C7F is #C7A380. Grayscale: #555555. Windows color (decimal): -13083521 or 8346680. OLE color: 8346680.
HSL color Cylindrical-coordinate representation of color #385C7F: hue angle of 209.58º 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 #385C7F is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 92 | 127 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.50 |
| HSL | 209.58º | 0.39% | 0.36% | - |
| HSV(B) | 209.58º | 0.56% | 0.5% | - |
| XYZ | 9.29 | 10.03 | 21.52 | - |
| YUV | 85.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 127 | 0.56 | 0.28 | 0 | 0.50 | 209.58 | 0.39 | 0.36 |
| Hex | 38 | 5C | 7F | 38 | 1C | 0 | 32 | D2 | 27 | 24 |
| Octal | 70 | 134 | 177 | 70 | 34 | 0 | 62 | 322 | 47 | 44 |
| Binary | 111000 | 1011100 | 1111111 | 111000 | 11100 | 0 | 110010 | 11010010 | 100111 | 100100 |
Color Harmonies of #385C7F
Complementary color
Monochromatic Colors of #385C7F
Black with #385C7F
Text Example
Text Example
White with #385C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C7F; }
p { color: rgb(56,92,127); }
H1.HeaderClassName
{
color: #385C7F;
}
.AnyTagClassName
{
color: #385C7F;
}
</style>
background-color css
<style>
a { background-color: #385C7F; }
a { background-color: rgb(56,92,127); }
div.DivClassName
{
background-color: #385C7F;
}
.BgClassName
{
background-color: #385C7F;
}
</style>
border-color css
<style>
span { border-color: #385C7F; }
span { border-color: rgb(56,92,127); }
td.TdClassName
{
border-color: #385C7F;
}
.TagClassName
{
border-color: #385C7F;
}
</style>