#376382

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

Shades of Matisse #376382

Tints of Matisse #376382

Color information

#376382 (or 0x376382) is unknown color: approx Matisse. HEX triplet: 37, 63 and 82. RGB value is (55,99,130). Sum of RGB (Red+Green+Blue) = 55+99+130=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #376382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376382 is #C89C7D. Grayscale: #595959. Windows color (decimal): -13147262 or 8545079. OLE color: 8545079.

HSL color Cylindrical-coordinate representation of color #376382: hue angle of 204.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376382 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5599130-
CMYK0.580.2400.49
HSL204.8º40.54%36.27%-
HSV(B)204.8º57.69%50.98%-
XYZ10.0711.3522.78-
YUV89.38150.92103.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.37%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=19.37%
G=34.86%
B=45.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55991300.580.2400.49204.840.5436.27
Hex3763823A18031cd2924
Octal6714320272300613155144
Binary11011111000111000001011101011000011000111001101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376382; }

 p { color: rgb(55,99,130); }

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

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

 a { background-color: rgb(55,99,130); }

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

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

 span { border-color: rgb(55,99,130); }

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