#366180

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

Shades of Matisse #366180

Tints of Matisse #366180

Color information

#366180 (or 0x366180) is unknown color: approx Matisse. HEX triplet: 36, 61 and 80. RGB value is (54,97,128). Sum of RGB (Red+Green+Blue) = 54+97+128=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #366180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366180 is #C99E7F. Grayscale: #575757. Windows color (decimal): -13213312 or 8413494. OLE color: 8413494.

HSL color Cylindrical-coordinate representation of color #366180: hue angle of 205.14º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #366180 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5497128-
CMYK0.580.2400.50
HSL205.14º40.66%35.69%-
HSV(B)205.14º57.81%50.2%-
XYZ9.6910.8922.01-
YUV87.68150.75103.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=19.35%
G=34.77%
B=45.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54971280.580.2400.50205.1440.6635.69
Hex3661803A18032cd2924
Octal6614120072300623155144
Binary11011011000011000000011101011000011001011001101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366180; }

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

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

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

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

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

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

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

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