Shades of Matisse #385F7B
Tints of Matisse #385F7B
RGB
CMYK
RGB Variations
Color information
#385F7B (or 0x385F7B) is known color: Matisse. HEX triplet: 38, 5F and 7B. RGB value is (56,95,123). Sum of RGB (Red+Green+Blue) = 56+95+123=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #385F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F7B is #C7A084. Grayscale: #565656. Windows color (decimal): -13082757 or 8085304. OLE color: 8085304.
HSL color Cylindrical-coordinate representation of color #385F7B: hue angle of 205.07º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #385F7B is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 95 | 123 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.52 |
| HSL | 205.07º | 0.37% | 0.35% | - |
| HSV(B) | 205.07º | 0.54% | 0.48% | - |
| XYZ | 9.3 | 10.46 | 20.27 | - |
| YUV | 86.53 | 148.58 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 123 | 0.54 | 0.23 | 0 | 0.52 | 205.07 | 0.37 | 0.35 |
| Hex | 38 | 5F | 7B | 36 | 17 | 0 | 34 | CD | 25 | 23 |
| Octal | 70 | 137 | 173 | 66 | 27 | 0 | 64 | 315 | 45 | 43 |
| Binary | 111000 | 1011111 | 1111011 | 110110 | 10111 | 0 | 110100 | 11001101 | 100101 | 100011 |
Color Harmonies of #385F7B
Complementary color
Monochromatic Colors of #385F7B
Black with #385F7B
Text Example
Text Example
White with #385F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F7B; }
p { color: rgb(56,95,123); }
H1.HeaderClassName
{
color: #385F7B;
}
.AnyTagClassName
{
color: #385F7B;
}
</style>
background-color css
<style>
a { background-color: #385F7B; }
a { background-color: rgb(56,95,123); }
div.DivClassName
{
background-color: #385F7B;
}
.BgClassName
{
background-color: #385F7B;
}
</style>
border-color css
<style>
span { border-color: #385F7B; }
span { border-color: rgb(56,95,123); }
td.TdClassName
{
border-color: #385F7B;
}
.TagClassName
{
border-color: #385F7B;
}
</style>