Shades of Matisse #38577B
Tints of Matisse #38577B
RGB
CMYK
RGB Variations
Color information
#38577B (or 0x38577B) is known color: Matisse. HEX triplet: 38, 57 and 7B. RGB value is (56,87,123). Sum of RGB (Red+Green+Blue) = 56+87+123=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #38577B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38577B is #C7A884. Grayscale: #515151. Windows color (decimal): -13084805 or 8083256. OLE color: 8083256.
HSL color Cylindrical-coordinate representation of color #38577B: hue angle of 212.24º 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 #38577B is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 87 | 123 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.52 |
| HSL | 212.24º | 0.37% | 0.35% | - |
| HSV(B) | 212.24º | 0.54% | 0.48% | - |
| XYZ | 8.61 | 9.09 | 20.04 | - |
| YUV | 81.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 87 | 123 | 0.54 | 0.29 | 0 | 0.52 | 212.24 | 0.37 | 0.35 |
| Hex | 38 | 57 | 7B | 36 | 1D | 0 | 34 | D4 | 25 | 23 |
| Octal | 70 | 127 | 173 | 66 | 35 | 0 | 64 | 324 | 45 | 43 |
| Binary | 111000 | 1010111 | 1111011 | 110110 | 11101 | 0 | 110100 | 11010100 | 100101 | 100011 |
Color Harmonies of #38577B
Complementary color
Monochromatic Colors of #38577B
Black with #38577B
Text Example
Text Example
White with #38577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38577B; }
p { color: rgb(56,87,123); }
H1.HeaderClassName
{
color: #38577B;
}
.AnyTagClassName
{
color: #38577B;
}
</style>
background-color css
<style>
a { background-color: #38577B; }
a { background-color: rgb(56,87,123); }
div.DivClassName
{
background-color: #38577B;
}
.BgClassName
{
background-color: #38577B;
}
</style>
border-color css
<style>
span { border-color: #38577B; }
span { border-color: rgb(56,87,123); }
td.TdClassName
{
border-color: #38577B;
}
.TagClassName
{
border-color: #38577B;
}
</style>