#375975

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

Shades of Matisse #375975

Tints of Matisse #375975

Color information

#375975 (or 0x375975) is unknown color: approx Matisse. HEX triplet: 37, 59 and 75. RGB value is (55,89,117). Sum of RGB (Red+Green+Blue) = 55+89+117=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #375975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375975 is #C8A68A. Grayscale: #515151. Windows color (decimal): -13149835 or 7690551. OLE color: 7690551.

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

Color convert

RGB5589117-
CMYK0.530.2400.54
HSL207.1º36.05%33.73%-
HSV(B)207.1º52.99%45.88%-
XYZ8.369.2418.17-
YUV82.03147.74108.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 89 (35.16% from 255) = 34.10%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=21.07%
G=34.10%
B=44.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55891170.530.2400.54207.136.0533.73
Hex3759753518036cf2422
Octal6713116565300663174442
Binary1101111011001111010111010111000011011011001111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375975; }

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

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

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

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

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

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

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

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