#375D78

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

Shades of Matisse #375D78

Tints of Matisse #375D78

Color information

#375D78 (or 0x375D78) is unknown color: approx Matisse. HEX triplet: 37, 5D and 78. RGB value is (55,93,120). Sum of RGB (Red+Green+Blue) = 55+93+120=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #375D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D78 is #C8A287. Grayscale: #545454. Windows color (decimal): -13148808 or 7888183. OLE color: 7888183.

HSL color Cylindrical-coordinate representation of color #375D78: hue angle of 204.92º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #375D78 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5593120-
CMYK0.540.2200.53
HSL204.92º37.14%34.31%-
HSV(B)204.92º54.17%47.06%-
XYZ8.881019.23-
YUV84.72147.91106.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=20.52%
G=34.70%
B=44.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55931200.540.2200.53204.9237.1434.31
Hex375D783616035cd2522
Octal6713517066260653154542
Binary1101111011101111100011011010110011010111001101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375D78; }

 p { color: rgb(55,93,120); }

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

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

 a { background-color: rgb(55,93,120); }

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

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

 span { border-color: rgb(55,93,120); }

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