#375E78

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

Shades of Matisse #375E78

Tints of Matisse #375E78

Color information

#375E78 (or 0x375E78) is unknown color: approx Matisse. HEX triplet: 37, 5E and 78. RGB value is (55,94,120). Sum of RGB (Red+Green+Blue) = 55+94+120=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #375E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E78 is #C8A187. Grayscale: #555555. Windows color (decimal): -13148552 or 7888439. OLE color: 7888439.

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

Color convert

RGB5594120-
CMYK0.540.2200.53
HSL204º37.14%34.31%-
HSV(B)204º54.17%47.06%-
XYZ8.9710.1719.26-
YUV85.3147.58106.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=20.45%
G=34.94%
B=44.61%

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
Decimal55941200.540.2200.5320437.1434.31
Hex375E783616035cc2522
Octal6713617066260653144542
Binary1101111011110111100011011010110011010111001100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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