#366185

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

Shades of Matisse #366185

Tints of Matisse #366185

Color information

#366185 (or 0x366185) is unknown color: approx Matisse. HEX triplet: 36, 61 and 85. RGB value is (54,97,133). Sum of RGB (Red+Green+Blue) = 54+97+133=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #366185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366185 is #C99E7A. Grayscale: #585858. Windows color (decimal): -13213307 or 8741174. OLE color: 8741174.

HSL color Cylindrical-coordinate representation of color #366185: hue angle of 207.34º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #366185 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5497133-
CMYK0.590.2700.48
HSL207.34º42.25%36.67%-
HSV(B)207.34º59.4%52.16%-
XYZ10.0311.0323.79-
YUV88.25153.25103.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 97 (38.28% from 255) = 34.15%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=19.01%
G=34.15%
B=46.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54971330.590.2700.48207.3442.2536.67
Hex3661853B1B030cf2a25
Octal6614120573330603175245
Binary11011011000011000010111101111011011000011001111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366185; }

 p { color: rgb(54,97,133); }

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

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

 a { background-color: rgb(54,97,133); }

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

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

 span { border-color: rgb(54,97,133); }

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