Shades of Matisse #365E7B
Tints of Matisse #365E7B
RGB
CMYK
RGB Variations
Color information
#365E7B (or 0x365E7B) is known color: Matisse. HEX triplet: 36, 5E and 7B. RGB value is (54,94,123). Sum of RGB (Red+Green+Blue) = 54+94+123=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #365E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E7B is #C9A184. Grayscale: #555555. Windows color (decimal): -13214085 or 8085046. OLE color: 8085046.
HSL color Cylindrical-coordinate representation of color #365E7B: hue angle of 205.22º 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 #365E7B is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 94 | 123 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.52 |
| HSL | 205.22º | 0.39% | 0.35% | - |
| HSV(B) | 205.22º | 0.56% | 0.48% | - |
| XYZ | 9.1 | 10.22 | 20.23 | - |
| YUV | 85.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 123 | 0.56 | 0.24 | 0 | 0.52 | 205.22 | 0.39 | 0.35 |
| Hex | 36 | 5E | 7B | 38 | 18 | 0 | 34 | CD | 27 | 23 |
| Octal | 66 | 136 | 173 | 70 | 30 | 0 | 64 | 315 | 47 | 43 |
| Binary | 110110 | 1011110 | 1111011 | 111000 | 11000 | 0 | 110100 | 11001101 | 100111 | 100011 |
Color Harmonies of #365E7B
Complementary color
Monochromatic Colors of #365E7B
Black with #365E7B
Text Example
Text Example
White with #365E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365E7B; }
p { color: rgb(54,94,123); }
H1.HeaderClassName
{
color: #365E7B;
}
.AnyTagClassName
{
color: #365E7B;
}
</style>
background-color css
<style>
a { background-color: #365E7B; }
a { background-color: rgb(54,94,123); }
div.DivClassName
{
background-color: #365E7B;
}
.BgClassName
{
background-color: #365E7B;
}
</style>
border-color css
<style>
span { border-color: #365E7B; }
span { border-color: rgb(54,94,123); }
td.TdClassName
{
border-color: #365E7B;
}
.TagClassName
{
border-color: #365E7B;
}
</style>