#356180

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

Shades of Matisse #356180

Tints of Matisse #356180

Color information

#356180 (or 0x356180) is unknown color: approx Matisse. HEX triplet: 35, 61 and 80. RGB value is (53,97,128). Sum of RGB (Red+Green+Blue) = 53+97+128=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #356180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356180 is #CA9E7F. Grayscale: #575757. Windows color (decimal): -13278848 or 8413493. OLE color: 8413493.

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

Color convert

RGB5397128-
CMYK0.590.2400.50
HSL204.8º41.44%35.49%-
HSV(B)204.8º58.59%50.2%-
XYZ9.6410.8622.01-
YUV87.38150.92103.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 128 (50.39% from 255) = 46.04%
R=19.06%
G=34.89%
B=46.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53971280.590.2400.50204.841.4435.49
Hex3561803B18032cd2923
Octal6514120073300623155143
Binary11010111000011000000011101111000011001011001101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356180; }

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

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

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

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

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

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

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

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