#375D84

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

Shades of Matisse #375D84

Tints of Matisse #375D84

Color information

#375D84 (or 0x375D84) is unknown color: approx Matisse. HEX triplet: 37, 5D and 84. RGB value is (55,93,132). Sum of RGB (Red+Green+Blue) = 55+93+132=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #375D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375D84 is #C8A27B. Grayscale: #555555. Windows color (decimal): -13148796 or 8674615. OLE color: 8674615.

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

Color convert

RGB5593132-
CMYK0.580.3000.48
HSL210.39º41.18%36.67%-
HSV(B)210.39º58.33%51.76%-
XYZ9.6510.3123.31-
YUV86.08153.91105.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=19.64%
G=33.21%
B=47.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55931320.580.3000.48210.3941.1836.67
Hex375D843A1E030d22925
Octal6713520472360603225145
Binary11011110111011000010011101011110011000011010010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,93,132); }

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

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

 a { background-color: rgb(55,93,132); }

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

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

 span { border-color: rgb(55,93,132); }

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