#355A76

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

Shades of Matisse #355A76

Tints of Matisse #355A76

Color information

#355A76 (or 0x355A76) is unknown color: approx Matisse. HEX triplet: 35, 5A and 76. RGB value is (53,90,118). Sum of RGB (Red+Green+Blue) = 53+90+118=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #355A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A76 is #CAA589. Grayscale: #515151. Windows color (decimal): -13280650 or 7756341. OLE color: 7756341.

HSL color Cylindrical-coordinate representation of color #355A76: hue angle of 205.85º 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 #355A76 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5390118-
CMYK0.550.2400.54
HSL205.85º38.01%33.53%-
HSV(B)205.85º55.08%46.27%-
XYZ8.399.3818.51-
YUV82.13148.24107.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=20.31%
G=34.48%
B=45.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53901180.550.2400.54205.8538.0133.53
Hex355A763718036ce2622
Octal6513216667300663164642
Binary1101011011010111011011011111000011011011001110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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