#366286

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

Shades of Matisse #366286

Tints of Matisse #366286

Color information

#366286 (or 0x366286) is unknown color: approx Matisse. HEX triplet: 36, 62 and 86. RGB value is (54,98,134). Sum of RGB (Red+Green+Blue) = 54+98+134=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #366286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366286 is #C99D79. Grayscale: #585858. Windows color (decimal): -13213050 or 8806966. OLE color: 8806966.

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

Color convert

RGB5498134-
CMYK0.600.2700.47
HSL207º42.55%36.86%-
HSV(B)207º59.7%52.55%-
XYZ10.1911.2424.19-
YUV88.95153.42103.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 134 (52.73% from 255) = 46.85%
R=18.88%
G=34.27%
B=46.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54981340.600.2700.4720742.5536.86
Hex3662863C1B02Fcf2b25
Octal6614220674330573175345
Binary11011011000101000011011110011011010111111001111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366286; }

 p { color: rgb(54,98,134); }

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

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

 a { background-color: rgb(54,98,134); }

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

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

 span { border-color: rgb(54,98,134); }

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