#366087

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

Shades of Matisse #366087

Tints of Matisse #366087

Color information

#366087 (or 0x366087) is unknown color: approx Matisse. HEX triplet: 36, 60 and 87. RGB value is (54,96,135). Sum of RGB (Red+Green+Blue) = 54+96+135=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #366087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366087 is #C99F78. Grayscale: #575757. Windows color (decimal): -13213561 or 8871990. OLE color: 8871990.

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

Color convert

RGB5496135-
CMYK0.600.2900.47
HSL208.89º42.86%37.06%-
HSV(B)208.89º60%52.94%-
XYZ10.0810.924.49-
YUV87.89154.59103.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 135 (53.12% from 255) = 47.37%
R=18.95%
G=33.68%
B=47.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54961350.600.2900.47208.8942.8637.06
Hex3660873C1D02Fd12b25
Octal6614020774350573215345
Binary11011011000001000011111110011101010111111010001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366087; }

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

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

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

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

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

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

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

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