#375B80

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

Shades of Matisse #375B80

Tints of Matisse #375B80

Color information

#375B80 (or 0x375B80) is unknown color: approx Matisse. HEX triplet: 37, 5B and 80. RGB value is (55,91,128). Sum of RGB (Red+Green+Blue) = 55+91+128=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #375B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375B80 is #C8A47F. Grayscale: #545454. Windows color (decimal): -13149312 or 8411959. OLE color: 8411959.

HSL color Cylindrical-coordinate representation of color #375B80: hue angle of 210.41º 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 #375B80 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5591128-
CMYK0.570.2900.50
HSL210.41º39.89%35.88%-
HSV(B)210.41º57.03%50.2%-
XYZ9.219.8521.84-
YUV84.45152.57106.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 91 (35.94% from 255) = 33.21%
BLUE value IS 128 (50.39% from 255) = 46.72%
R=20.07%
G=33.21%
B=46.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55911280.570.2900.50210.4139.8935.88
Hex375B80391D032d22824
Octal6713320071350623225044
Binary11011110110111000000011100111101011001011010010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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