Shades of Matisse #3E5C72
Tints of Matisse #3E5C72
RGB
CMYK
RGB Variations
Color information
#3E5C72 (or 0x3E5C72) is known color: Matisse. HEX triplet: 3E, 5C and 72. RGB value is (62,92,114). Sum of RGB (Red+Green+Blue) = 62+92+114=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E5C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5C72 is #C1A38D. Grayscale: #555555. Windows color (decimal): -12690318 or 7494718. OLE color: 7494718.
HSL color Cylindrical-coordinate representation of color #3E5C72: hue angle of 205.38º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E5C72 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 92 | 114 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.55 |
| HSL | 205.38º | 0.3% | 0.35% | - |
| HSV(B) | 205.38º | 0.46% | 0.45% | - |
| XYZ | 8.85 | 9.89 | 17.36 | - |
| YUV | 85.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 92 | 114 | 0.46 | 0.19 | 0 | 0.55 | 205.38 | 0.3 | 0.35 |
| Hex | 3E | 5C | 72 | 2E | 13 | 0 | 37 | CD | 1E | 23 |
| Octal | 76 | 134 | 162 | 56 | 23 | 0 | 67 | 315 | 36 | 43 |
| Binary | 111110 | 1011100 | 1110010 | 101110 | 10011 | 0 | 110111 | 11001101 | 11110 | 100011 |
Color Harmonies of #3E5C72
Complementary color
Monochromatic Colors of #3E5C72
Black with #3E5C72
Text Example
Text Example
White with #3E5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5C72; }
p { color: rgb(62,92,114); }
H1.HeaderClassName
{
color: #3E5C72;
}
.AnyTagClassName
{
color: #3E5C72;
}
</style>
background-color css
<style>
a { background-color: #3E5C72; }
a { background-color: rgb(62,92,114); }
div.DivClassName
{
background-color: #3E5C72;
}
.BgClassName
{
background-color: #3E5C72;
}
</style>
border-color css
<style>
span { border-color: #3E5C72; }
span { border-color: rgb(62,92,114); }
td.TdClassName
{
border-color: #3E5C72;
}
.TagClassName
{
border-color: #3E5C72;
}
</style>