#375875

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

Shades of Matisse #375875

Tints of Matisse #375875

Color information

#375875 (or 0x375875) is unknown color: approx Matisse. HEX triplet: 37, 58 and 75. RGB value is (55,88,117). Sum of RGB (Red+Green+Blue) = 55+88+117=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #375875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375875 is #C8A78A. Grayscale: #515151. Windows color (decimal): -13150091 or 7690295. OLE color: 7690295.

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

Color convert

RGB5588117-
CMYK0.530.2500.54
HSL208.06º36.05%33.73%-
HSV(B)208.06º52.99%45.88%-
XYZ8.289.0818.15-
YUV81.44148.07109.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 117 (46.09% from 255) = 45%
R=21.15%
G=33.85%
B=45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55881170.530.2500.54208.0636.0533.73
Hex3758753519036d02422
Octal6713016565310663204442
Binary1101111011000111010111010111001011011011010000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375875; }

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

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

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

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

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

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

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

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