#375978

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

Shades of Matisse #375978

Tints of Matisse #375978

Color information

#375978 (or 0x375978) is unknown color: approx Matisse. HEX triplet: 37, 59 and 78. RGB value is (55,89,120). Sum of RGB (Red+Green+Blue) = 55+89+120=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #375978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375978 is #C8A687. Grayscale: #525252. Windows color (decimal): -13149832 or 7887159. OLE color: 7887159.

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

Color convert

RGB5589120-
CMYK0.540.2600.53
HSL208.62º37.14%34.31%-
HSV(B)208.62º54.17%47.06%-
XYZ8.549.3119.12-
YUV82.37149.24108.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=20.83%
G=33.71%
B=45.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55891200.540.2600.53208.6237.1434.31
Hex375978361A035d12522
Octal6713117066320653214542
Binary1101111011001111100011011011010011010111010001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375978; }

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

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

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

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

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

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

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

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