Shades of Matisse #365C7A
Tints of Matisse #365C7A
RGB
CMYK
RGB Variations
Color information
#365C7A (or 0x365C7A) is known color: Matisse. HEX triplet: 36, 5C and 7A. RGB value is (54,92,122). Sum of RGB (Red+Green+Blue) = 54+92+122=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #365C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C7A is #C9A385. Grayscale: #535353. Windows color (decimal): -13214598 or 8018998. OLE color: 8018998.
HSL color Cylindrical-coordinate representation of color #365C7A: hue angle of 206.47º 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 #365C7A is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 92 | 122 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.52 |
| HSL | 206.47º | 0.39% | 0.35% | - |
| HSV(B) | 206.47º | 0.56% | 0.48% | - |
| XYZ | 8.86 | 9.84 | 19.85 | - |
| YUV | 84.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 122 | 0.56 | 0.25 | 0 | 0.52 | 206.47 | 0.39 | 0.35 |
| Hex | 36 | 5C | 7A | 38 | 19 | 0 | 34 | CE | 27 | 23 |
| Octal | 66 | 134 | 172 | 70 | 31 | 0 | 64 | 316 | 47 | 43 |
| Binary | 110110 | 1011100 | 1111010 | 111000 | 11001 | 0 | 110100 | 11001110 | 100111 | 100011 |
Color Harmonies of #365C7A
Complementary color
Monochromatic Colors of #365C7A
Black with #365C7A
Text Example
Text Example
White with #365C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C7A; }
p { color: rgb(54,92,122); }
H1.HeaderClassName
{
color: #365C7A;
}
.AnyTagClassName
{
color: #365C7A;
}
</style>
background-color css
<style>
a { background-color: #365C7A; }
a { background-color: rgb(54,92,122); }
div.DivClassName
{
background-color: #365C7A;
}
.BgClassName
{
background-color: #365C7A;
}
</style>
border-color css
<style>
span { border-color: #365C7A; }
span { border-color: rgb(54,92,122); }
td.TdClassName
{
border-color: #365C7A;
}
.TagClassName
{
border-color: #365C7A;
}
</style>