#375B79

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

Shades of Matisse #375B79

Tints of Matisse #375B79

Color information

#375B79 (or 0x375B79) is unknown color: approx Matisse. HEX triplet: 37, 5B and 79. RGB value is (55,91,121). Sum of RGB (Red+Green+Blue) = 55+91+121=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #375B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B79 is #C8A486. Grayscale: #535353. Windows color (decimal): -13149319 or 7953207. OLE color: 7953207.

HSL color Cylindrical-coordinate representation of color #375B79: hue angle of 207.27º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #375B79 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5591121-
CMYK0.550.2500.53
HSL207.27º37.5%34.51%-
HSV(B)207.27º54.55%47.45%-
XYZ8.779.6719.49-
YUV83.66149.07107.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 121 (47.66% from 255) = 45.32%
R=20.60%
G=34.08%
B=45.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55911210.550.2500.53207.2737.534.51
Hex375B793719035cf2623
Octal6713317167310653174643
Binary1101111011011111100111011111001011010111001111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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