#376482

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

Shades of Matisse #376482

Tints of Matisse #376482

Color information

#376482 (or 0x376482) is unknown color: approx Matisse. HEX triplet: 37, 64 and 82. RGB value is (55,100,130). Sum of RGB (Red+Green+Blue) = 55+100+130=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #376482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376482 is #C89B7D. Grayscale: #595959. Windows color (decimal): -13147006 or 8545335. OLE color: 8545335.

HSL color Cylindrical-coordinate representation of color #376482: hue angle of 204º 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 #376482 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55100130-
CMYK0.580.2300.49
HSL204º40.54%36.27%-
HSV(B)204º57.69%50.98%-
XYZ10.1611.5422.81-
YUV89.96150.59103.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=19.30%
G=35.09%
B=45.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551001300.580.2300.4920440.5436.27
Hex3764823A17031cc2924
Octal6714420272270613145144
Binary11011111001001000001011101010111011000111001100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376482; }

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

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

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

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

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

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

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

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