#375776

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

Shades of Matisse #375776

Tints of Matisse #375776

Color information

#375776 (or 0x375776) is unknown color: approx Matisse. HEX triplet: 37, 57 and 76. RGB value is (55,87,118). Sum of RGB (Red+Green+Blue) = 55+87+118=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #375776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375776 is #C8A889. Grayscale: #505050. Windows color (decimal): -13150346 or 7755575. OLE color: 7755575.

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

Color convert

RGB5587118-
CMYK0.530.2600.54
HSL209.52º36.42%33.92%-
HSV(B)209.52º53.39%46.27%-
XYZ8.258.9418.43-
YUV80.97148.9109.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 118 (46.48% from 255) = 45.38%
R=21.15%
G=33.46%
B=45.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55871180.530.2600.54209.5236.4233.92
Hex375776351A036d22422
Octal6712716665320663224442
Binary1101111010111111011011010111010011011011010010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375776; }

 p { color: rgb(55,87,118); }

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

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

 a { background-color: rgb(55,87,118); }

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

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

 span { border-color: rgb(55,87,118); }

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