Shades of Matisse #38597C
Tints of Matisse #38597C
RGB
CMYK
RGB Variations
Color information
#38597C (or 0x38597C) is known color: Matisse. HEX triplet: 38, 59 and 7C. RGB value is (56,89,124). Sum of RGB (Red+Green+Blue) = 56+89+124=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #38597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38597C is #C7A683. Grayscale: #525252. Windows color (decimal): -13084292 or 8149304. OLE color: 8149304.
HSL color Cylindrical-coordinate representation of color #38597C: hue angle of 210.88º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38597C is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 89 | 124 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.51 |
| HSL | 210.88º | 0.38% | 0.35% | - |
| HSV(B) | 210.88º | 0.55% | 0.49% | - |
| XYZ | 8.84 | 9.44 | 20.43 | - |
| YUV | 83.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 124 | 0.55 | 0.28 | 0 | 0.51 | 210.88 | 0.38 | 0.35 |
| Hex | 38 | 59 | 7C | 37 | 1C | 0 | 33 | D3 | 26 | 23 |
| Octal | 70 | 131 | 174 | 67 | 34 | 0 | 63 | 323 | 46 | 43 |
| Binary | 111000 | 1011001 | 1111100 | 110111 | 11100 | 0 | 110011 | 11010011 | 100110 | 100011 |
Color Harmonies of #38597C
Complementary color
Monochromatic Colors of #38597C
Black with #38597C
Text Example
Text Example
White with #38597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38597C; }
p { color: rgb(56,89,124); }
H1.HeaderClassName
{
color: #38597C;
}
.AnyTagClassName
{
color: #38597C;
}
</style>
background-color css
<style>
a { background-color: #38597C; }
a { background-color: rgb(56,89,124); }
div.DivClassName
{
background-color: #38597C;
}
.BgClassName
{
background-color: #38597C;
}
</style>
border-color css
<style>
span { border-color: #38597C; }
span { border-color: rgb(56,89,124); }
td.TdClassName
{
border-color: #38597C;
}
.TagClassName
{
border-color: #38597C;
}
</style>