Shades of Matisse #38647C
Tints of Matisse #38647C
RGB
CMYK
RGB Variations
Color information
#38647C (or 0x38647C) is known color: Matisse. HEX triplet: 38, 64 and 7C. RGB value is (56,100,124). Sum of RGB (Red+Green+Blue) = 56+100+124=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #38647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38647C is #C79B83. Grayscale: #595959. Windows color (decimal): -13081476 or 8152120. OLE color: 8152120.
HSL color Cylindrical-coordinate representation of color #38647C: hue angle of 201.18º 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 #38647C is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 100 | 124 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.51 |
| HSL | 201.18º | 0.38% | 0.35% | - |
| HSV(B) | 201.18º | 0.55% | 0.49% | - |
| XYZ | 9.83 | 11.41 | 20.75 | - |
| YUV | 89.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 124 | 0.55 | 0.19 | 0 | 0.51 | 201.18 | 0.38 | 0.35 |
| Hex | 38 | 64 | 7C | 37 | 13 | 0 | 33 | C9 | 26 | 23 |
| Octal | 70 | 144 | 174 | 67 | 23 | 0 | 63 | 311 | 46 | 43 |
| Binary | 111000 | 1100100 | 1111100 | 110111 | 10011 | 0 | 110011 | 11001001 | 100110 | 100011 |
Color Harmonies of #38647C
Complementary color
Monochromatic Colors of #38647C
Black with #38647C
Text Example
Text Example
White with #38647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38647C; }
p { color: rgb(56,100,124); }
H1.HeaderClassName
{
color: #38647C;
}
.AnyTagClassName
{
color: #38647C;
}
</style>
background-color css
<style>
a { background-color: #38647C; }
a { background-color: rgb(56,100,124); }
div.DivClassName
{
background-color: #38647C;
}
.BgClassName
{
background-color: #38647C;
}
</style>
border-color css
<style>
span { border-color: #38647C; }
span { border-color: rgb(56,100,124); }
td.TdClassName
{
border-color: #38647C;
}
.TagClassName
{
border-color: #38647C;
}
</style>