#355F88

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

Shades of Matisse #355F88

Tints of Matisse #355F88

Color information

#355F88 (or 0x355F88) is unknown color: approx Matisse. HEX triplet: 35, 5F and 88. RGB value is (53,95,136). Sum of RGB (Red+Green+Blue) = 53+95+136=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #355F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355F88 is #CAA077. Grayscale: #565656. Windows color (decimal): -13279352 or 8937269. OLE color: 8937269.

HSL color Cylindrical-coordinate representation of color #355F88: hue angle of 209.64º 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 #355F88 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5395136-
CMYK0.610.3000.47
HSL209.64º43.92%37.06%-
HSV(B)209.64º61.03%53.33%-
XYZ1010.7224.83-
YUV87.12155.59103.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 136 (53.52% from 255) = 47.89%
R=18.66%
G=33.45%
B=47.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53951360.610.3000.47209.6443.9237.06
Hex355F883D1E02Fd22c25
Octal6513721075360573225445
Binary11010110111111000100011110111110010111111010010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,95,136); }

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

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

 a { background-color: rgb(53,95,136); }

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

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

 span { border-color: rgb(53,95,136); }

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