Shades of Matisse #36587D
Tints of Matisse #36587D
RGB
CMYK
RGB Variations
Color information
#36587D (or 0x36587D) is known color: Matisse. HEX triplet: 36, 58 and 7D. RGB value is (54,88,125). Sum of RGB (Red+Green+Blue) = 54+88+125=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #36587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36587D is #C9A782. Grayscale: #515151. Windows color (decimal): -13215619 or 8214582. OLE color: 8214582.
HSL color Cylindrical-coordinate representation of color #36587D: hue angle of 211.27º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36587D is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 88 | 125 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.51 |
| HSL | 211.27º | 0.4% | 0.35% | - |
| HSV(B) | 211.27º | 0.57% | 0.49% | - |
| XYZ | 8.71 | 9.24 | 20.73 | - |
| YUV | 82.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 125 | 0.57 | 0.30 | 0 | 0.51 | 211.27 | 0.4 | 0.35 |
| Hex | 36 | 58 | 7D | 39 | 1E | 0 | 33 | D3 | 28 | 23 |
| Octal | 66 | 130 | 175 | 71 | 36 | 0 | 63 | 323 | 50 | 43 |
| Binary | 110110 | 1011000 | 1111101 | 111001 | 11110 | 0 | 110011 | 11010011 | 101000 | 100011 |
Color Harmonies of #36587D
Complementary color
Monochromatic Colors of #36587D
Black with #36587D
Text Example
Text Example
White with #36587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36587D; }
p { color: rgb(54,88,125); }
H1.HeaderClassName
{
color: #36587D;
}
.AnyTagClassName
{
color: #36587D;
}
</style>
background-color css
<style>
a { background-color: #36587D; }
a { background-color: rgb(54,88,125); }
div.DivClassName
{
background-color: #36587D;
}
.BgClassName
{
background-color: #36587D;
}
</style>
border-color css
<style>
span { border-color: #36587D; }
span { border-color: rgb(54,88,125); }
td.TdClassName
{
border-color: #36587D;
}
.TagClassName
{
border-color: #36587D;
}
</style>