#375778

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

Shades of Matisse #375778

Tints of Matisse #375778

Color information

#375778 (or 0x375778) is unknown color: approx Matisse. HEX triplet: 37, 57 and 78. RGB value is (55,87,120). Sum of RGB (Red+Green+Blue) = 55+87+120=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #375778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375778 is #C8A887. Grayscale: #515151. Windows color (decimal): -13150344 or 7886647. OLE color: 7886647.

HSL color Cylindrical-coordinate representation of color #375778: hue angle of 210.46º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #375778 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5587120-
CMYK0.540.2800.53
HSL210.46º37.14%34.31%-
HSV(B)210.46º54.17%47.06%-
XYZ8.378.9819.06-
YUV81.19149.9109.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=20.99%
G=33.21%
B=45.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55871200.540.2800.53210.4637.1434.31
Hex375778361C035d22522
Octal6712717066340653224542
Binary1101111010111111100011011011100011010111010010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375778; }

 p { color: rgb(55,87,120); }

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

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

 a { background-color: rgb(55,87,120); }

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

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

 span { border-color: rgb(55,87,120); }

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