#355476

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

Shades of Matisse #355476

Tints of Matisse #355476

Color information

#355476 (or 0x355476) is unknown color: approx Matisse. HEX triplet: 35, 54 and 76. RGB value is (53,84,118). Sum of RGB (Red+Green+Blue) = 53+84+118=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #355476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355476 is #CAAB89. Grayscale: #4E4E4E. Windows color (decimal): -13282186 or 7754805. OLE color: 7754805.

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

Color convert

RGB5384118-
CMYK0.550.2900.54
HSL211.38º38.01%33.53%-
HSV(B)211.38º55.08%46.27%-
XYZ7.918.4118.35-
YUV78.61150.23109.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=20.78%
G=32.94%
B=46.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53841180.550.2900.54211.3838.0133.53
Hex355476371D036d32622
Octal6512416667350663234642
Binary1101011010100111011011011111101011011011010011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355476; }

 p { color: rgb(53,84,118); }

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

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

 a { background-color: rgb(53,84,118); }

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

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

 span { border-color: rgb(53,84,118); }

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