Shades of Matisse #375E86
Tints of Matisse #375E86
RGB
CMYK
RGB Variations
Color information
#375E86 (or 0x375E86) is known color: Matisse. HEX triplet: 37, 5E and 86. RGB value is (55,94,134). Sum of RGB (Red+Green+Blue) = 55+94+134=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #375E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E86 is #C8A179. Grayscale: #565656. Windows color (decimal): -13148538 or 8805943. OLE color: 8805943.
HSL color Cylindrical-coordinate representation of color #375E86: hue angle of 210.38º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375E86 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 94 | 134 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.47 |
| HSL | 210.38º | 0.42% | 0.37% | - |
| HSV(B) | 210.38º | 0.59% | 0.53% | - |
| XYZ | 9.88 | 10.54 | 24.07 | - |
| YUV | 86.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 134 | 0.59 | 0.30 | 0 | 0.47 | 210.38 | 0.42 | 0.37 |
| Hex | 37 | 5E | 86 | 3B | 1E | 0 | 2F | D2 | 2A | 25 |
| Octal | 67 | 136 | 206 | 73 | 36 | 0 | 57 | 322 | 52 | 45 |
| Binary | 110111 | 1011110 | 10000110 | 111011 | 11110 | 0 | 101111 | 11010010 | 101010 | 100101 |
Color Harmonies of #375E86
Complementary color
Monochromatic Colors of #375E86
Black with #375E86
Text Example
Text Example
White with #375E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375E86; }
p { color: rgb(55,94,134); }
H1.HeaderClassName
{
color: #375E86;
}
.AnyTagClassName
{
color: #375E86;
}
</style>
background-color css
<style>
a { background-color: #375E86; }
a { background-color: rgb(55,94,134); }
div.DivClassName
{
background-color: #375E86;
}
.BgClassName
{
background-color: #375E86;
}
</style>
border-color css
<style>
span { border-color: #375E86; }
span { border-color: rgb(55,94,134); }
td.TdClassName
{
border-color: #375E86;
}
.TagClassName
{
border-color: #375E86;
}
</style>