Shades of Matisse #385B7B
Tints of Matisse #385B7B
RGB
CMYK
RGB Variations
Color information
#385B7B (or 0x385B7B) is known color: Matisse. HEX triplet: 38, 5B and 7B. RGB value is (56,91,123). Sum of RGB (Red+Green+Blue) = 56+91+123=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #385B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B7B is #C7A484. Grayscale: #545454. Windows color (decimal): -13083781 or 8084280. OLE color: 8084280.
HSL color Cylindrical-coordinate representation of color #385B7B: hue angle of 208.66º 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 #385B7B is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 91 | 123 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.52 |
| HSL | 208.66º | 0.37% | 0.35% | - |
| HSV(B) | 208.66º | 0.54% | 0.48% | - |
| XYZ | 8.95 | 9.75 | 20.15 | - |
| YUV | 84.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 123 | 0.54 | 0.26 | 0 | 0.52 | 208.66 | 0.37 | 0.35 |
| Hex | 38 | 5B | 7B | 36 | 1A | 0 | 34 | D1 | 25 | 23 |
| Octal | 70 | 133 | 173 | 66 | 32 | 0 | 64 | 321 | 45 | 43 |
| Binary | 111000 | 1011011 | 1111011 | 110110 | 11010 | 0 | 110100 | 11010001 | 100101 | 100011 |
Color Harmonies of #385B7B
Complementary color
Monochromatic Colors of #385B7B
Black with #385B7B
Text Example
Text Example
White with #385B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B7B; }
p { color: rgb(56,91,123); }
H1.HeaderClassName
{
color: #385B7B;
}
.AnyTagClassName
{
color: #385B7B;
}
</style>
background-color css
<style>
a { background-color: #385B7B; }
a { background-color: rgb(56,91,123); }
div.DivClassName
{
background-color: #385B7B;
}
.BgClassName
{
background-color: #385B7B;
}
</style>
border-color css
<style>
span { border-color: #385B7B; }
span { border-color: rgb(56,91,123); }
td.TdClassName
{
border-color: #385B7B;
}
.TagClassName
{
border-color: #385B7B;
}
</style>