#375676

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

Shades of Matisse #375676

Tints of Matisse #375676

Color information

#375676 (or 0x375676) is unknown color: approx Matisse. HEX triplet: 37, 56 and 76. RGB value is (55,86,118). Sum of RGB (Red+Green+Blue) = 55+86+118=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #375676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375676 is #C8A989. Grayscale: #505050. Windows color (decimal): -13150602 or 7755319. OLE color: 7755319.

HSL color Cylindrical-coordinate representation of color #375676: hue angle of 210.48º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #375676 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5586118-
CMYK0.530.2700.54
HSL210.48º36.42%33.92%-
HSV(B)210.48º53.39%46.27%-
XYZ8.178.7818.4-
YUV80.38149.23109.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=21.24%
G=33.20%
B=45.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55861180.530.2700.54210.4836.4233.92
Hex375676351B036d22422
Octal6712616665330663224442
Binary1101111010110111011011010111011011011011010010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375676; }

 p { color: rgb(55,86,118); }

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

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

 a { background-color: rgb(55,86,118); }

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

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

 span { border-color: rgb(55,86,118); }

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