#375B78

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

Shades of Matisse #375B78

Tints of Matisse #375B78

Color information

#375B78 (or 0x375B78) is unknown color: approx Matisse. HEX triplet: 37, 5B and 78. RGB value is (55,91,120). Sum of RGB (Red+Green+Blue) = 55+91+120=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #375B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B78 is #C8A487. Grayscale: #535353. Windows color (decimal): -13149320 or 7887671. OLE color: 7887671.

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

Color convert

RGB5591120-
CMYK0.540.2400.53
HSL206.77º37.14%34.31%-
HSV(B)206.77º54.17%47.06%-
XYZ8.719.6519.17-
YUV83.54148.57107.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 91 (35.94% from 255) = 34.21%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=20.68%
G=34.21%
B=45.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55911200.540.2400.53206.7737.1434.31
Hex375B783618035cf2522
Octal6713317066300653174542
Binary1101111011011111100011011011000011010111001111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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