#375f87

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

Shades of Matisse #375F87

Tints of Matisse #375F87

Color information

#375F87 (or 0x375F87) is unknown color: approx Matisse. HEX triplet: 37, 5F and 87. RGB value is (55,95,135). Sum of RGB (Red+Green+Blue) = 55+95+135=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #375F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F87 is #C8A078. Grayscale: #575757. Windows color (decimal): -13148281 or 8871735. OLE color: 8871735.

HSL color Cylindrical-coordinate representation of color #375F87: hue angle of 210º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375F87 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5595135-
CMYK0.590.3000.47
HSL210º42.11%37.25%-
HSV(B)210º59.26%52.94%-
XYZ10.0410.7524.47-
YUV87.6154.75104.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 47.37%
R=19.30%
G=33.33%
B=47.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55951350.590.3000.4721042.1137.25
Hex375F873B1E02Fd22a25
Octal6713720773360573225245
Binary11011110111111000011111101111110010111111010010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375f87; }

 p { color: rgb(55,95,135); }

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

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

 a { background-color: rgb(55,95,135); }

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

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

 span { border-color: rgb(55,95,135); }

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