Shades of Matisse #365E7A
Tints of Matisse #365E7A
RGB
CMYK
RGB Variations
Color information
#365E7A (or 0x365E7A) is known color: Matisse. HEX triplet: 36, 5E and 7A. RGB value is (54,94,122). Sum of RGB (Red+Green+Blue) = 54+94+122=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #365E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E7A is #C9A185. Grayscale: #555555. Windows color (decimal): -13214086 or 8019510. OLE color: 8019510.
HSL color Cylindrical-coordinate representation of color #365E7A: hue angle of 204.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #365E7A is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 94 | 122 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.52 |
| HSL | 204.71º | 0.39% | 0.35% | - |
| HSV(B) | 204.71º | 0.56% | 0.48% | - |
| XYZ | 9.04 | 10.19 | 19.9 | - |
| YUV | 85.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 122 | 0.56 | 0.23 | 0 | 0.52 | 204.71 | 0.39 | 0.35 |
| Hex | 36 | 5E | 7A | 38 | 17 | 0 | 34 | CD | 27 | 23 |
| Octal | 66 | 136 | 172 | 70 | 27 | 0 | 64 | 315 | 47 | 43 |
| Binary | 110110 | 1011110 | 1111010 | 111000 | 10111 | 0 | 110100 | 11001101 | 100111 | 100011 |
Color Harmonies of #365E7A
Complementary color
Monochromatic Colors of #365E7A
Black with #365E7A
Text Example
Text Example
White with #365E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365E7A; }
p { color: rgb(54,94,122); }
H1.HeaderClassName
{
color: #365E7A;
}
.AnyTagClassName
{
color: #365E7A;
}
</style>
background-color css
<style>
a { background-color: #365E7A; }
a { background-color: rgb(54,94,122); }
div.DivClassName
{
background-color: #365E7A;
}
.BgClassName
{
background-color: #365E7A;
}
</style>
border-color css
<style>
span { border-color: #365E7A; }
span { border-color: rgb(54,94,122); }
td.TdClassName
{
border-color: #365E7A;
}
.TagClassName
{
border-color: #365E7A;
}
</style>