#355678

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

Shades of Matisse #355678

Tints of Matisse #355678

Color information

#355678 (or 0x355678) is unknown color: approx Matisse. HEX triplet: 35, 56 and 78. RGB value is (53,86,120). Sum of RGB (Red+Green+Blue) = 53+86+120=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #355678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355678 is #CAA987. Grayscale: #4F4F4F. Windows color (decimal): -13281672 or 7886389. OLE color: 7886389.

HSL color Cylindrical-coordinate representation of color #355678: hue angle of 210.45º 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 #355678 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5386120-
CMYK0.560.2800.53
HSL210.45º38.73%33.92%-
HSV(B)210.45º55.83%47.06%-
XYZ8.198.7719.03-
YUV80.01150.57108.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=20.46%
G=33.20%
B=46.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53861200.560.2800.53210.4538.7333.92
Hex355678381C035d22722
Octal6512617070340653224742
Binary1101011010110111100011100011100011010111010010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355678; }

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

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

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

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

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

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

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

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