Shades of Matisse #38627C
Tints of Matisse #38627C
RGB
CMYK
RGB Variations
Color information
#38627C (or 0x38627C) is known color: Matisse. HEX triplet: 38, 62 and 7C. RGB value is (56,98,124). Sum of RGB (Red+Green+Blue) = 56+98+124=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #38627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38627C is #C79D83. Grayscale: #585858. Windows color (decimal): -13081988 or 8151608. OLE color: 8151608.
HSL color Cylindrical-coordinate representation of color #38627C: hue angle of 202.94º 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 #38627C is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 98 | 124 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.51 |
| HSL | 202.94º | 0.38% | 0.35% | - |
| HSV(B) | 202.94º | 0.55% | 0.49% | - |
| XYZ | 9.64 | 11.03 | 20.69 | - |
| YUV | 88.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 124 | 0.55 | 0.21 | 0 | 0.51 | 202.94 | 0.38 | 0.35 |
| Hex | 38 | 62 | 7C | 37 | 15 | 0 | 33 | CB | 26 | 23 |
| Octal | 70 | 142 | 174 | 67 | 25 | 0 | 63 | 313 | 46 | 43 |
| Binary | 111000 | 1100010 | 1111100 | 110111 | 10101 | 0 | 110011 | 11001011 | 100110 | 100011 |
Color Harmonies of #38627C
Complementary color
Monochromatic Colors of #38627C
Black with #38627C
Text Example
Text Example
White with #38627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38627C; }
p { color: rgb(56,98,124); }
H1.HeaderClassName
{
color: #38627C;
}
.AnyTagClassName
{
color: #38627C;
}
</style>
background-color css
<style>
a { background-color: #38627C; }
a { background-color: rgb(56,98,124); }
div.DivClassName
{
background-color: #38627C;
}
.BgClassName
{
background-color: #38627C;
}
</style>
border-color css
<style>
span { border-color: #38627C; }
span { border-color: rgb(56,98,124); }
td.TdClassName
{
border-color: #38627C;
}
.TagClassName
{
border-color: #38627C;
}
</style>