#365D87

Color #365D87 Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #365D87

Tints of Matisse #365D87

Color information

#365D87 (or 0x365D87) is unknown color: approx Matisse. HEX triplet: 36, 5D and 87. RGB value is (54,93,135). Sum of RGB (Red+Green+Blue) = 54+93+135=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #365D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365D87 is #C9A278. Grayscale: #555555. Windows color (decimal): -13214329 or 8871222. OLE color: 8871222.

HSL color Cylindrical-coordinate representation of color #365D87: hue angle of 211.11º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #365D87 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5493135-
CMYK0.600.3100.47
HSL211.11º42.86%37.06%-
HSV(B)211.11º60%52.94%-
XYZ9.8110.3624.4-
YUV86.13155.58105.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=19.15%
G=32.98%
B=47.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54931350.600.3100.47211.1142.8637.06
Hex365D873C1F02Fd32b25
Octal6613520774370573235345
Binary11011010111011000011111110011111010111111010011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365D87; }

 p { color: rgb(54,93,135); }

 H1.HeaderClassName
 {
   color: #365D87;
 }
 .AnyTagClassName
 {
   color: #365D87;
 }
</style>
background-color css

<style>
 a { background-color: #365D87; }

 a { background-color: rgb(54,93,135); }

 div.DivClassName
 {
   background-color: #365D87;
 }
 .BgClassName
 {
   background-color: #365D87;
 }
</style>
border-color css

<style>
 span { border-color: #365D87; }

 span { border-color: rgb(54,93,135); }

 td.TdClassName
 {
   border-color: #365D87;
 }
 .TagClassName
 {
   border-color: #365D87;
 }
</style>