Shades of Matisse #38647A
Tints of Matisse #38647A
RGB
CMYK
RGB Variations
Color information
#38647A (or 0x38647A) is known color: Matisse. HEX triplet: 38, 64 and 7A. RGB value is (56,100,122). Sum of RGB (Red+Green+Blue) = 56+100+122=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #38647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38647A is #C79B85. Grayscale: #595959. Windows color (decimal): -13081478 or 8021048. OLE color: 8021048.
HSL color Cylindrical-coordinate representation of color #38647A: hue angle of 200º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38647A is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 100 | 122 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.52 |
| HSL | 200º | 0.37% | 0.35% | - |
| HSV(B) | 200º | 0.54% | 0.48% | - |
| XYZ | 9.7 | 11.36 | 20.09 | - |
| YUV | 89.35 | 146.42 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 122 | 0.54 | 0.18 | 0 | 0.52 | 200 | 0.37 | 0.35 |
| Hex | 38 | 64 | 7A | 36 | 12 | 0 | 34 | C8 | 25 | 23 |
| Octal | 70 | 144 | 172 | 66 | 22 | 0 | 64 | 310 | 45 | 43 |
| Binary | 111000 | 1100100 | 1111010 | 110110 | 10010 | 0 | 110100 | 11001000 | 100101 | 100011 |
Color Harmonies of #38647A
Complementary color
Monochromatic Colors of #38647A
Black with #38647A
Text Example
Text Example
White with #38647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38647A; }
p { color: rgb(56,100,122); }
H1.HeaderClassName
{
color: #38647A;
}
.AnyTagClassName
{
color: #38647A;
}
</style>
background-color css
<style>
a { background-color: #38647A; }
a { background-color: rgb(56,100,122); }
div.DivClassName
{
background-color: #38647A;
}
.BgClassName
{
background-color: #38647A;
}
</style>
border-color css
<style>
span { border-color: #38647A; }
span { border-color: rgb(56,100,122); }
td.TdClassName
{
border-color: #38647A;
}
.TagClassName
{
border-color: #38647A;
}
</style>