Shades of Matisse #365E7F
Tints of Matisse #365E7F
RGB
CMYK
RGB Variations
Color information
#365E7F (or 0x365E7F) is known color: Matisse. HEX triplet: 36, 5E and 7F. RGB value is (54,94,127). Sum of RGB (Red+Green+Blue) = 54+94+127=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #365E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E7F is #C9A180. Grayscale: #555555. Windows color (decimal): -13214081 or 8347190. OLE color: 8347190.
HSL color Cylindrical-coordinate representation of color #365E7F: hue angle of 207.12º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #365E7F is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 94 | 127 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.50 |
| HSL | 207.12º | 0.4% | 0.35% | - |
| HSV(B) | 207.12º | 0.57% | 0.5% | - |
| XYZ | 9.35 | 10.32 | 21.58 | - |
| YUV | 85.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 127 | 0.57 | 0.26 | 0 | 0.50 | 207.12 | 0.4 | 0.35 |
| Hex | 36 | 5E | 7F | 39 | 1A | 0 | 32 | CF | 28 | 23 |
| Octal | 66 | 136 | 177 | 71 | 32 | 0 | 62 | 317 | 50 | 43 |
| Binary | 110110 | 1011110 | 1111111 | 111001 | 11010 | 0 | 110010 | 11001111 | 101000 | 100011 |
Color Harmonies of #365E7F
Complementary color
Monochromatic Colors of #365E7F
Black with #365E7F
Text Example
Text Example
White with #365E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365E7F; }
p { color: rgb(54,94,127); }
H1.HeaderClassName
{
color: #365E7F;
}
.AnyTagClassName
{
color: #365E7F;
}
</style>
background-color css
<style>
a { background-color: #365E7F; }
a { background-color: rgb(54,94,127); }
div.DivClassName
{
background-color: #365E7F;
}
.BgClassName
{
background-color: #365E7F;
}
</style>
border-color css
<style>
span { border-color: #365E7F; }
span { border-color: rgb(54,94,127); }
td.TdClassName
{
border-color: #365E7F;
}
.TagClassName
{
border-color: #365E7F;
}
</style>