Shades of Matisse #365F82
Tints of Matisse #365F82
RGB
CMYK
RGB Variations
Color information
#365F82 (or 0x365F82) is known color: Matisse. HEX triplet: 36, 5F and 82. RGB value is (54,95,130). Sum of RGB (Red+Green+Blue) = 54+95+130=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #365F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F82 is #C9A07D. Grayscale: #565656. Windows color (decimal): -13213822 or 8544054. OLE color: 8544054.
HSL color Cylindrical-coordinate representation of color #365F82: hue angle of 207.63º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #365F82 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 95 | 130 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.49 |
| HSL | 207.63º | 0.41% | 0.36% | - |
| HSV(B) | 207.63º | 0.58% | 0.51% | - |
| XYZ | 9.64 | 10.58 | 22.65 | - |
| YUV | 86.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 130 | 0.58 | 0.27 | 0 | 0.49 | 207.63 | 0.41 | 0.36 |
| Hex | 36 | 5F | 82 | 3A | 1B | 0 | 31 | D0 | 29 | 24 |
| Octal | 66 | 137 | 202 | 72 | 33 | 0 | 61 | 320 | 51 | 44 |
| Binary | 110110 | 1011111 | 10000010 | 111010 | 11011 | 0 | 110001 | 11010000 | 101001 | 100100 |
Color Harmonies of #365F82
Complementary color
Monochromatic Colors of #365F82
Black with #365F82
Text Example
Text Example
White with #365F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F82; }
p { color: rgb(54,95,130); }
H1.HeaderClassName
{
color: #365F82;
}
.AnyTagClassName
{
color: #365F82;
}
</style>
background-color css
<style>
a { background-color: #365F82; }
a { background-color: rgb(54,95,130); }
div.DivClassName
{
background-color: #365F82;
}
.BgClassName
{
background-color: #365F82;
}
</style>
border-color css
<style>
span { border-color: #365F82; }
span { border-color: rgb(54,95,130); }
td.TdClassName
{
border-color: #365F82;
}
.TagClassName
{
border-color: #365F82;
}
</style>