Shades of Matisse #38587C
Tints of Matisse #38587C
RGB
CMYK
RGB Variations
Color information
#38587C (or 0x38587C) is known color: Matisse. HEX triplet: 38, 58 and 7C. RGB value is (56,88,124). Sum of RGB (Red+Green+Blue) = 56+88+124=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #38587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38587C is #C7A783. Grayscale: #525252. Windows color (decimal): -13084548 or 8149048. OLE color: 8149048.
HSL color Cylindrical-coordinate representation of color #38587C: hue angle of 211.76º 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 #38587C is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 88 | 124 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.51 |
| HSL | 211.76º | 0.38% | 0.35% | - |
| HSV(B) | 211.76º | 0.55% | 0.49% | - |
| XYZ | 8.76 | 9.28 | 20.4 | - |
| YUV | 82.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 124 | 0.55 | 0.29 | 0 | 0.51 | 211.76 | 0.38 | 0.35 |
| Hex | 38 | 58 | 7C | 37 | 1D | 0 | 33 | D4 | 26 | 23 |
| Octal | 70 | 130 | 174 | 67 | 35 | 0 | 63 | 324 | 46 | 43 |
| Binary | 111000 | 1011000 | 1111100 | 110111 | 11101 | 0 | 110011 | 11010100 | 100110 | 100011 |
Color Harmonies of #38587C
Complementary color
Monochromatic Colors of #38587C
Black with #38587C
Text Example
Text Example
White with #38587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38587C; }
p { color: rgb(56,88,124); }
H1.HeaderClassName
{
color: #38587C;
}
.AnyTagClassName
{
color: #38587C;
}
</style>
background-color css
<style>
a { background-color: #38587C; }
a { background-color: rgb(56,88,124); }
div.DivClassName
{
background-color: #38587C;
}
.BgClassName
{
background-color: #38587C;
}
</style>
border-color css
<style>
span { border-color: #38587C; }
span { border-color: rgb(56,88,124); }
td.TdClassName
{
border-color: #38587C;
}
.TagClassName
{
border-color: #38587C;
}
</style>