Shades of Matisse #365C84
Tints of Matisse #365C84
RGB
CMYK
RGB Variations
Color information
#365C84 (or 0x365C84) is known color: Matisse. HEX triplet: 36, 5C and 84. RGB value is (54,92,132). Sum of RGB (Red+Green+Blue) = 54+92+132=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #365C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365C84 is #C9A37B. Grayscale: #545454. Windows color (decimal): -13214588 or 8674358. OLE color: 8674358.
HSL color Cylindrical-coordinate representation of color #365C84: hue angle of 210.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #365C84 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 92 | 132 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.48 |
| HSL | 210.77º | 0.42% | 0.36% | - |
| HSV(B) | 210.77º | 0.59% | 0.52% | - |
| XYZ | 9.51 | 10.1 | 23.28 | - |
| YUV | 85.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 132 | 0.59 | 0.30 | 0 | 0.48 | 210.77 | 0.42 | 0.36 |
| Hex | 36 | 5C | 84 | 3B | 1E | 0 | 30 | D3 | 2A | 24 |
| Octal | 66 | 134 | 204 | 73 | 36 | 0 | 60 | 323 | 52 | 44 |
| Binary | 110110 | 1011100 | 10000100 | 111011 | 11110 | 0 | 110000 | 11010011 | 101010 | 100100 |
Color Harmonies of #365C84
Complementary color
Monochromatic Colors of #365C84
Black with #365C84
Text Example
Text Example
White with #365C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C84; }
p { color: rgb(54,92,132); }
H1.HeaderClassName
{
color: #365C84;
}
.AnyTagClassName
{
color: #365C84;
}
</style>
background-color css
<style>
a { background-color: #365C84; }
a { background-color: rgb(54,92,132); }
div.DivClassName
{
background-color: #365C84;
}
.BgClassName
{
background-color: #365C84;
}
</style>
border-color css
<style>
span { border-color: #365C84; }
span { border-color: rgb(54,92,132); }
td.TdClassName
{
border-color: #365C84;
}
.TagClassName
{
border-color: #365C84;
}
</style>