Shades of Matisse #375E7C
Tints of Matisse #375E7C
RGB
CMYK
RGB Variations
Color information
#375E7C (or 0x375E7C) is known color: Matisse. HEX triplet: 37, 5E and 7C. RGB value is (55,94,124). Sum of RGB (Red+Green+Blue) = 55+94+124=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #375E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E7C is #C8A183. Grayscale: #555555. Windows color (decimal): -13148548 or 8150583. OLE color: 8150583.
HSL color Cylindrical-coordinate representation of color #375E7C: hue angle of 206.09º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #375E7C is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 94 | 124 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.51 |
| HSL | 206.09º | 0.39% | 0.35% | - |
| HSV(B) | 206.09º | 0.56% | 0.49% | - |
| XYZ | 9.22 | 10.27 | 20.57 | - |
| YUV | 85.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 124 | 0.56 | 0.24 | 0 | 0.51 | 206.09 | 0.39 | 0.35 |
| Hex | 37 | 5E | 7C | 38 | 18 | 0 | 33 | CE | 27 | 23 |
| Octal | 67 | 136 | 174 | 70 | 30 | 0 | 63 | 316 | 47 | 43 |
| Binary | 110111 | 1011110 | 1111100 | 111000 | 11000 | 0 | 110011 | 11001110 | 100111 | 100011 |
Color Harmonies of #375E7C
Complementary color
Monochromatic Colors of #375E7C
Black with #375E7C
Text Example
Text Example
White with #375E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375E7C; }
p { color: rgb(55,94,124); }
H1.HeaderClassName
{
color: #375E7C;
}
.AnyTagClassName
{
color: #375E7C;
}
</style>
background-color css
<style>
a { background-color: #375E7C; }
a { background-color: rgb(55,94,124); }
div.DivClassName
{
background-color: #375E7C;
}
.BgClassName
{
background-color: #375E7C;
}
</style>
border-color css
<style>
span { border-color: #375E7C; }
span { border-color: rgb(55,94,124); }
td.TdClassName
{
border-color: #375E7C;
}
.TagClassName
{
border-color: #375E7C;
}
</style>