#375D7F

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

Shades of Matisse #375D7F

Tints of Matisse #375D7F

Color information

#375D7F (or 0x375D7F) is unknown color: approx Matisse. HEX triplet: 37, 5D and 7F. RGB value is (55,93,127). Sum of RGB (Red+Green+Blue) = 55+93+127=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #375D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D7F is #C8A280. Grayscale: #555555. Windows color (decimal): -13148801 or 8346935. OLE color: 8346935.

HSL color Cylindrical-coordinate representation of color #375D7F: hue angle of 208.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375D7F is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5593127-
CMYK0.570.2700.50
HSL208.33º39.56%35.69%-
HSV(B)208.33º56.69%49.8%-
XYZ9.3210.1721.55-
YUV85.51151.41106.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 127 (50% from 255) = 46.18%
R=20%
G=33.82%
B=46.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55931270.570.2700.50208.3339.5635.69
Hex375D7F391B032d02824
Octal6713517771330623205044
Binary1101111011101111111111100111011011001011010000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,93,127); }

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

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

 a { background-color: rgb(55,93,127); }

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

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

 span { border-color: rgb(55,93,127); }

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