#365F87

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

Shades of Matisse #365F87

Tints of Matisse #365F87

Color information

#365F87 (or 0x365F87) is unknown color: approx Matisse. HEX triplet: 36, 5F and 87. RGB value is (54,95,135). Sum of RGB (Red+Green+Blue) = 54+95+135=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #365F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F87 is #C9A078. Grayscale: #575757. Windows color (decimal): -13213817 or 8871734. OLE color: 8871734.

HSL color Cylindrical-coordinate representation of color #365F87: hue angle of 209.63º 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 #365F87 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5495135-
CMYK0.600.3000.47
HSL209.63º42.86%37.06%-
HSV(B)209.63º60%52.94%-
XYZ9.9910.7224.46-
YUV87.3154.92104.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=19.01%
G=33.45%
B=47.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54951350.600.3000.47209.6342.8637.06
Hex365F873C1E02Fd22b25
Octal6613720774360573225345
Binary11011010111111000011111110011110010111111010010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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