Shades of Matisse #385A82
Tints of Matisse #385A82
RGB
CMYK
RGB Variations
Color information
#385A82 (or 0x385A82) is known color: Matisse. HEX triplet: 38, 5A and 82. RGB value is (56,90,130). Sum of RGB (Red+Green+Blue) = 56+90+130=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #385A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385A82 is #C7A57D. Grayscale: #545454. Windows color (decimal): -13084030 or 8542776. OLE color: 8542776.
HSL color Cylindrical-coordinate representation of color #385A82: hue angle of 212.43º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385A82 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 90 | 130 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.49 |
| HSL | 212.43º | 0.4% | 0.36% | - |
| HSV(B) | 212.43º | 0.57% | 0.51% | - |
| XYZ | 9.32 | 9.76 | 22.51 | - |
| YUV | 84.39 | 153.74 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 130 | 0.57 | 0.31 | 0 | 0.49 | 212.43 | 0.4 | 0.36 |
| Hex | 38 | 5A | 82 | 39 | 1F | 0 | 31 | D4 | 28 | 24 |
| Octal | 70 | 132 | 202 | 71 | 37 | 0 | 61 | 324 | 50 | 44 |
| Binary | 111000 | 1011010 | 10000010 | 111001 | 11111 | 0 | 110001 | 11010100 | 101000 | 100100 |
Color Harmonies of #385A82
Complementary color
Monochromatic Colors of #385A82
Black with #385A82
Text Example
Text Example
White with #385A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A82; }
p { color: rgb(56,90,130); }
H1.HeaderClassName
{
color: #385A82;
}
.AnyTagClassName
{
color: #385A82;
}
</style>
background-color css
<style>
a { background-color: #385A82; }
a { background-color: rgb(56,90,130); }
div.DivClassName
{
background-color: #385A82;
}
.BgClassName
{
background-color: #385A82;
}
</style>
border-color css
<style>
span { border-color: #385A82; }
span { border-color: rgb(56,90,130); }
td.TdClassName
{
border-color: #385A82;
}
.TagClassName
{
border-color: #385A82;
}
</style>