Shades of Matisse #38647D
Tints of Matisse #38647D
RGB
CMYK
RGB Variations
Color information
#38647D (or 0x38647D) is known color: Matisse. HEX triplet: 38, 64 and 7D. RGB value is (56,100,125). Sum of RGB (Red+Green+Blue) = 56+100+125=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #38647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38647D is #C79B82. Grayscale: #595959. Windows color (decimal): -13081475 or 8217656. OLE color: 8217656.
HSL color Cylindrical-coordinate representation of color #38647D: hue angle of 201.74º 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 #38647D is Cyan = 0.55, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 100 | 125 | - |
| CMYK | 0.55 | 0.2 | 0 | 0.51 |
| HSL | 201.74º | 0.38% | 0.35% | - |
| HSV(B) | 201.74º | 0.55% | 0.49% | - |
| XYZ | 9.89 | 11.44 | 21.09 | - |
| YUV | 89.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 125 | 0.55 | 0.2 | 0 | 0.51 | 201.74 | 0.38 | 0.35 |
| Hex | 38 | 64 | 7D | 37 | 14 | 0 | 33 | CA | 26 | 23 |
| Octal | 70 | 144 | 175 | 67 | 24 | 0 | 63 | 312 | 46 | 43 |
| Binary | 111000 | 1100100 | 1111101 | 110111 | 10100 | 0 | 110011 | 11001010 | 100110 | 100011 |
Color Harmonies of #38647D
Complementary color
Monochromatic Colors of #38647D
Black with #38647D
Text Example
Text Example
White with #38647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38647D; }
p { color: rgb(56,100,125); }
H1.HeaderClassName
{
color: #38647D;
}
.AnyTagClassName
{
color: #38647D;
}
</style>
background-color css
<style>
a { background-color: #38647D; }
a { background-color: rgb(56,100,125); }
div.DivClassName
{
background-color: #38647D;
}
.BgClassName
{
background-color: #38647D;
}
</style>
border-color css
<style>
span { border-color: #38647D; }
span { border-color: rgb(56,100,125); }
td.TdClassName
{
border-color: #38647D;
}
.TagClassName
{
border-color: #38647D;
}
</style>