Shades of Matisse #375D84
Tints of Matisse #375D84
RGB
CMYK
RGB Variations
Color information
#375D84 (or 0x375D84) is known color: Matisse. HEX triplet: 37, 5D and 84. RGB value is (55,93,132). Sum of RGB (Red+Green+Blue) = 55+93+132=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #375D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375D84 is #C8A27B. Grayscale: #555555. Windows color (decimal): -13148796 or 8674615. OLE color: 8674615.
HSL color Cylindrical-coordinate representation of color #375D84: hue angle of 210.39º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #375D84 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 93 | 132 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.48 |
| HSL | 210.39º | 0.41% | 0.37% | - |
| HSV(B) | 210.39º | 0.58% | 0.52% | - |
| XYZ | 9.65 | 10.31 | 23.31 | - |
| YUV | 86.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 132 | 0.58 | 0.30 | 0 | 0.48 | 210.39 | 0.41 | 0.37 |
| Hex | 37 | 5D | 84 | 3A | 1E | 0 | 30 | D2 | 29 | 25 |
| Octal | 67 | 135 | 204 | 72 | 36 | 0 | 60 | 322 | 51 | 45 |
| Binary | 110111 | 1011101 | 10000100 | 111010 | 11110 | 0 | 110000 | 11010010 | 101001 | 100101 |
Color Harmonies of #375D84
Complementary color
Monochromatic Colors of #375D84
Black with #375D84
Text Example
Text Example
White with #375D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375D84; }
p { color: rgb(55,93,132); }
H1.HeaderClassName
{
color: #375D84;
}
.AnyTagClassName
{
color: #375D84;
}
</style>
background-color css
<style>
a { background-color: #375D84; }
a { background-color: rgb(55,93,132); }
div.DivClassName
{
background-color: #375D84;
}
.BgClassName
{
background-color: #375D84;
}
</style>
border-color css
<style>
span { border-color: #375D84; }
span { border-color: rgb(55,93,132); }
td.TdClassName
{
border-color: #375D84;
}
.TagClassName
{
border-color: #375D84;
}
</style>