Shades of Matisse #38618C
Tints of Matisse #38618C
RGB
CMYK
RGB Variations
Color information
#38618C (or 0x38618C) is known color: Matisse. HEX triplet: 38, 61 and 8C. RGB value is (56,97,140). Sum of RGB (Red+Green+Blue) = 56+97+140=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #38618C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38618C is #C79E73. Grayscale: #595959. Windows color (decimal): -13082228 or 9199928. OLE color: 9199928.
HSL color Cylindrical-coordinate representation of color #38618C: hue angle of 210.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38618C is Cyan = 0.6, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 97 | 140 | - |
| CMYK | 0.6 | 0.31 | 0 | 0.45 |
| HSL | 210.71º | 0.43% | 0.38% | - |
| HSV(B) | 210.71º | 0.6% | 0.55% | - |
| XYZ | 10.64 | 11.28 | 26.43 | - |
| YUV | 89.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 140 | 0.6 | 0.31 | 0 | 0.45 | 210.71 | 0.43 | 0.38 |
| Hex | 38 | 61 | 8C | 3C | 1F | 0 | 2D | D3 | 2B | 26 |
| Octal | 70 | 141 | 214 | 74 | 37 | 0 | 55 | 323 | 53 | 46 |
| Binary | 111000 | 1100001 | 10001100 | 111100 | 11111 | 0 | 101101 | 11010011 | 101011 | 100110 |
Color Harmonies of #38618C
Complementary color
Monochromatic Colors of #38618C
Black with #38618C
Text Example
Text Example
White with #38618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38618C; }
p { color: rgb(56,97,140); }
H1.HeaderClassName
{
color: #38618C;
}
.AnyTagClassName
{
color: #38618C;
}
</style>
background-color css
<style>
a { background-color: #38618C; }
a { background-color: rgb(56,97,140); }
div.DivClassName
{
background-color: #38618C;
}
.BgClassName
{
background-color: #38618C;
}
</style>
border-color css
<style>
span { border-color: #38618C; }
span { border-color: rgb(56,97,140); }
td.TdClassName
{
border-color: #38618C;
}
.TagClassName
{
border-color: #38618C;
}
</style>