#355E78

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

Shades of Matisse #355E78

Tints of Matisse #355E78

Color information

#355E78 (or 0x355E78) is unknown color: approx Matisse. HEX triplet: 35, 5E and 78. RGB value is (53,94,120). Sum of RGB (Red+Green+Blue) = 53+94+120=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #355E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E78 is #CAA187. Grayscale: #545454. Windows color (decimal): -13279624 or 7888437. OLE color: 7888437.

HSL color Cylindrical-coordinate representation of color #355E78: hue angle of 203.28º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #355E78 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5394120-
CMYK0.560.2200.53
HSL203.28º38.73%33.92%-
HSV(B)203.28º55.83%47.06%-
XYZ8.8610.1219.26-
YUV84.7147.92105.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=19.85%
G=35.21%
B=44.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53941200.560.2200.53203.2838.7333.92
Hex355E783816035cb2722
Octal6513617070260653134742
Binary1101011011110111100011100010110011010111001011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355E78; }

 p { color: rgb(53,94,120); }

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

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

 a { background-color: rgb(53,94,120); }

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

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

 span { border-color: rgb(53,94,120); }

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