#375675

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

Shades of Matisse #375675

Tints of Matisse #375675

Color information

#375675 (or 0x375675) is unknown color: approx Matisse. HEX triplet: 37, 56 and 75. RGB value is (55,86,117). Sum of RGB (Red+Green+Blue) = 55+86+117=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #375675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375675 is #C8A98A. Grayscale: #505050. Windows color (decimal): -13150603 or 7689783. OLE color: 7689783.

HSL color Cylindrical-coordinate representation of color #375675: hue angle of 210º 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 #375675 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5586117-
CMYK0.530.2600.54
HSL210º36.05%33.73%-
HSV(B)210º52.99%45.88%-
XYZ8.118.7518.09-
YUV80.26148.73109.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.32%
GREEN value IS 86 (33.98% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 45.35%
R=21.32%
G=33.33%
B=45.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55861170.530.2600.5421036.0533.73
Hex375675351A036d22422
Octal6712616565320663224442
Binary1101111010110111010111010111010011011011010010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375675; }

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

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

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

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

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

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

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

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