#375977

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

Shades of Matisse #375977

Tints of Matisse #375977

Color information

#375977 (or 0x375977) is unknown color: approx Matisse. HEX triplet: 37, 59 and 77. RGB value is (55,89,119). Sum of RGB (Red+Green+Blue) = 55+89+119=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #375977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375977 is #C8A688. Grayscale: #525252. Windows color (decimal): -13149833 or 7821623. OLE color: 7821623.

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

Color convert

RGB5589119-
CMYK0.540.2500.53
HSL208.12º36.78%34.12%-
HSV(B)208.12º53.78%46.67%-
XYZ8.489.2918.8-
YUV82.25148.74108.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=20.91%
G=33.84%
B=45.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55891190.540.2500.53208.1236.7834.12
Hex3759773619035d02522
Octal6713116766310653204542
Binary1101111011001111011111011011001011010111010000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375977; }

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

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

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

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

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

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

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

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