#356187

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

Shades of Matisse #356187

Tints of Matisse #356187

Color information

#356187 (or 0x356187) is unknown color: approx Matisse. HEX triplet: 35, 61 and 87. RGB value is (53,97,135). Sum of RGB (Red+Green+Blue) = 53+97+135=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 97 (38.28% from 255 or 34.04% 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 #356187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356187 is #CA9E78. Grayscale: #575757. Windows color (decimal): -13278841 or 8872245. OLE color: 8872245.

HSL color Cylindrical-coordinate representation of color #356187: hue angle of 207.8º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #356187 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5397135-
CMYK0.610.2800.47
HSL207.8º43.62%36.86%-
HSV(B)207.8º60.74%52.94%-
XYZ10.1211.0624.52-
YUV88.18154.42102.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 135 (53.12% from 255) = 47.37%
R=18.60%
G=34.04%
B=47.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53971350.610.2800.47207.843.6236.86
Hex3561873D1C02Fd02c25
Octal6514120775340573205445
Binary11010111000011000011111110111100010111111010000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356187; }

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

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

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

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

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

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

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

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