#376280

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

Shades of Matisse #376280

Tints of Matisse #376280

Color information

#376280 (or 0x376280) is unknown color: approx Matisse. HEX triplet: 37, 62 and 80. RGB value is (55,98,128). Sum of RGB (Red+Green+Blue) = 55+98+128=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #376280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376280 is #C89D7F. Grayscale: #585858. Windows color (decimal): -13147520 or 8413751. OLE color: 8413751.

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

Color convert

RGB5598128-
CMYK0.570.2300.50
HSL204.66º39.89%35.88%-
HSV(B)204.66º57.03%50.2%-
XYZ9.8411.1122.05-
YUV88.56150.25104.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.57%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 128 (50.39% from 255) = 45.55%
R=19.57%
G=34.88%
B=45.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55981280.570.2300.50204.6639.8935.88
Hex3762803917032cd2824
Octal6714220071270623155044
Binary11011111000101000000011100110111011001011001101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376280; }

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

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

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

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

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

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

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

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