#395776

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

Shades of Matisse #395776

Tints of Matisse #395776

Color information

#395776 (or 0x395776) is unknown color: approx Matisse. HEX triplet: 39, 57 and 76. RGB value is (57,87,118). Sum of RGB (Red+Green+Blue) = 57+87+118=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #395776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395776 is #C6A889. Grayscale: #515151. Windows color (decimal): -13019274 or 7755577. OLE color: 7755577.

HSL color Cylindrical-coordinate representation of color #395776: hue angle of 210.49º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #395776 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5787118-
CMYK0.520.2600.54
HSL210.49º34.86%34.31%-
HSV(B)210.49º51.69%46.27%-
XYZ8.378.9918.43-
YUV81.56148.56110.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=21.76%
G=33.21%
B=45.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57871180.520.2600.54210.4934.8634.31
Hex395776341A036d22322
Octal7112716664320663224342
Binary1110011010111111011011010011010011011011010010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395776; }

 p { color: rgb(57,87,118); }

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

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

 a { background-color: rgb(57,87,118); }

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

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

 span { border-color: rgb(57,87,118); }

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