#375E85

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

Shades of Matisse #375E85

Tints of Matisse #375E85

Color information

#375E85 (or 0x375E85) is unknown color: approx Matisse. HEX triplet: 37, 5E and 85. RGB value is (55,94,133). Sum of RGB (Red+Green+Blue) = 55+94+133=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #375E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E85 is #C8A17A. Grayscale: #565656. Windows color (decimal): -13148539 or 8740407. OLE color: 8740407.

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

Color convert

RGB5594133-
CMYK0.590.2900.48
HSL210º41.49%36.86%-
HSV(B)210º58.65%52.16%-
XYZ9.8110.5123.7-
YUV86.78154.08105.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.50%
GREEN value IS 94 (37.11% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=19.50%
G=33.33%
B=47.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55941330.590.2900.4821041.4936.86
Hex375E853B1D030d22925
Octal6713620573350603225145
Binary11011110111101000010111101111101011000011010010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,94,133); }

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

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

 a { background-color: rgb(55,94,133); }

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

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

 span { border-color: rgb(55,94,133); }

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