#375F78

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

Shades of Matisse #375F78

Tints of Matisse #375F78

Color information

#375F78 (or 0x375F78) is unknown color: approx Matisse. HEX triplet: 37, 5F and 78. RGB value is (55,95,120). Sum of RGB (Red+Green+Blue) = 55+95+120=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #375F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F78 is #C8A087. Grayscale: #555555. Windows color (decimal): -13148296 or 7888695. OLE color: 7888695.

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

Color convert

RGB5595120-
CMYK0.540.2100.53
HSL203.08º37.14%34.31%-
HSV(B)203.08º54.17%47.06%-
XYZ9.0610.3519.29-
YUV85.89147.25105.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 95 (37.5% from 255) = 35.19%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=20.37%
G=35.19%
B=44.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55951200.540.2100.53203.0837.1434.31
Hex375F783615035cb2522
Octal6713717066250653134542
Binary1101111011111111100011011010101011010111001011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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