#375775

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

Shades of Matisse #375775

Tints of Matisse #375775

Color information

#375775 (or 0x375775) is unknown color: approx Matisse. HEX triplet: 37, 57 and 75. RGB value is (55,87,117). Sum of RGB (Red+Green+Blue) = 55+87+117=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #375775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375775 is #C8A88A. Grayscale: #505050. Windows color (decimal): -13150347 or 7690039. OLE color: 7690039.

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

Color convert

RGB5587117-
CMYK0.530.2600.54
HSL209.03º36.05%33.73%-
HSV(B)209.03º52.99%45.88%-
XYZ8.198.9118.12-
YUV80.85148.4109.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=21.24%
G=33.59%
B=45.17%

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
Decimal55871170.530.2600.54209.0336.0533.73
Hex375775351A036d12422
Octal6712716565320663214442
Binary1101111010111111010111010111010011011011010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375775; }

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

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

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

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

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

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

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

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