#356189

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

Shades of Matisse #356189

Tints of Matisse #356189

Color information

#356189 (or 0x356189) is unknown color: approx Matisse. HEX triplet: 35, 61 and 89. RGB value is (53,97,137). Sum of RGB (Red+Green+Blue) = 53+97+137=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #356189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356189 is #CA9E76. Grayscale: #585858. Windows color (decimal): -13278839 or 9003317. OLE color: 9003317.

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

Color convert

RGB5397137-
CMYK0.610.2900.46
HSL208.57º44.21%37.25%-
HSV(B)208.57º61.31%53.73%-
XYZ10.2611.1125.27-
YUV88.4155.42102.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=18.47%
G=33.80%
B=47.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53971370.610.2900.46208.5744.2137.25
Hex3561893D1D02Ed12c25
Octal6514121175350563215445
Binary11010111000011000100111110111101010111011010001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356189; }

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

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

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

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

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

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

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

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