#375779

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

Shades of Matisse #375779

Tints of Matisse #375779

Color information

#375779 (or 0x375779) is unknown color: approx Matisse. HEX triplet: 37, 57 and 79. RGB value is (55,87,121). Sum of RGB (Red+Green+Blue) = 55+87+121=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #375779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375779 is #C8A886. Grayscale: #515151. Windows color (decimal): -13150343 or 7952183. OLE color: 7952183.

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

Color convert

RGB5587121-
CMYK0.550.2800.53
HSL210.91º37.5%34.51%-
HSV(B)210.91º54.55%47.45%-
XYZ8.439.0119.38-
YUV81.31150.4109.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=20.91%
G=33.08%
B=46.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55871210.550.2800.53210.9137.534.51
Hex375779371C035d32623
Octal6712717167340653234643
Binary1101111010111111100111011111100011010111010011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375779; }

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

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

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

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

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

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

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

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