Shades of Matisse #375272
Tints of Matisse #375272
RGB
CMYK
RGB Variations
Color information
#375272 (or 0x375272) is known color: Matisse. HEX triplet: 37, 52 and 72. RGB value is (55,82,114). Sum of RGB (Red+Green+Blue) = 55+82+114=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #375272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375272 is #C8AD8D. Grayscale: #4D4D4D. Windows color (decimal): -13151630 or 7492151. OLE color: 7492151.
HSL color Cylindrical-coordinate representation of color #375272: hue angle of 212.54º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #375272 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 82 | 114 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.55 |
| HSL | 212.54º | 0.35% | 0.33% | - |
| HSV(B) | 212.54º | 0.52% | 0.45% | - |
| XYZ | 7.63 | 8.06 | 17.07 | - |
| YUV | 77.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 114 | 0.52 | 0.28 | 0 | 0.55 | 212.54 | 0.35 | 0.33 |
| Hex | 37 | 52 | 72 | 34 | 1C | 0 | 37 | D5 | 23 | 21 |
| Octal | 67 | 122 | 162 | 64 | 34 | 0 | 67 | 325 | 43 | 41 |
| Binary | 110111 | 1010010 | 1110010 | 110100 | 11100 | 0 | 110111 | 11010101 | 100011 | 100001 |
Color Harmonies of #375272
Complementary color
Monochromatic Colors of #375272
Black with #375272
Text Example
Text Example
White with #375272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375272; }
p { color: rgb(55,82,114); }
H1.HeaderClassName
{
color: #375272;
}
.AnyTagClassName
{
color: #375272;
}
</style>
background-color css
<style>
a { background-color: #375272; }
a { background-color: rgb(55,82,114); }
div.DivClassName
{
background-color: #375272;
}
.BgClassName
{
background-color: #375272;
}
</style>
border-color css
<style>
span { border-color: #375272; }
span { border-color: rgb(55,82,114); }
td.TdClassName
{
border-color: #375272;
}
.TagClassName
{
border-color: #375272;
}
</style>