Shades of Matisse #38607C
Tints of Matisse #38607C
RGB
CMYK
RGB Variations
Color information
#38607C (or 0x38607C) is known color: Matisse. HEX triplet: 38, 60 and 7C. RGB value is (56,96,124). Sum of RGB (Red+Green+Blue) = 56+96+124=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #38607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38607C is #C79F83. Grayscale: #575757. Windows color (decimal): -13082500 or 8151096. OLE color: 8151096.
HSL color Cylindrical-coordinate representation of color #38607C: hue angle of 204.71º 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 #38607C is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 96 | 124 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.51 |
| HSL | 204.71º | 0.38% | 0.35% | - |
| HSV(B) | 204.71º | 0.55% | 0.49% | - |
| XYZ | 9.45 | 10.66 | 20.63 | - |
| YUV | 87.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 96 | 124 | 0.55 | 0.23 | 0 | 0.51 | 204.71 | 0.38 | 0.35 |
| Hex | 38 | 60 | 7C | 37 | 17 | 0 | 33 | CD | 26 | 23 |
| Octal | 70 | 140 | 174 | 67 | 27 | 0 | 63 | 315 | 46 | 43 |
| Binary | 111000 | 1100000 | 1111100 | 110111 | 10111 | 0 | 110011 | 11001101 | 100110 | 100011 |
Color Harmonies of #38607C
Complementary color
Monochromatic Colors of #38607C
Black with #38607C
Text Example
Text Example
White with #38607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38607C; }
p { color: rgb(56,96,124); }
H1.HeaderClassName
{
color: #38607C;
}
.AnyTagClassName
{
color: #38607C;
}
</style>
background-color css
<style>
a { background-color: #38607C; }
a { background-color: rgb(56,96,124); }
div.DivClassName
{
background-color: #38607C;
}
.BgClassName
{
background-color: #38607C;
}
</style>
border-color css
<style>
span { border-color: #38607C; }
span { border-color: rgb(56,96,124); }
td.TdClassName
{
border-color: #38607C;
}
.TagClassName
{
border-color: #38607C;
}
</style>