#395976

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

Shades of Matisse #395976

Tints of Matisse #395976

Color information

#395976 (or 0x395976) is unknown color: approx Matisse. HEX triplet: 39, 59 and 76. RGB value is (57,89,118). Sum of RGB (Red+Green+Blue) = 57+89+118=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #395976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395976 is #C6A689. Grayscale: #525252. Windows color (decimal): -13018762 or 7756089. OLE color: 7756089.

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

Color convert

RGB5789118-
CMYK0.520.2500.54
HSL208.52º34.86%34.31%-
HSV(B)208.52º51.69%46.27%-
XYZ8.539.3218.49-
YUV82.74147.9109.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 118 (46.48% from 255) = 44.70%
R=21.59%
G=33.71%
B=44.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57891180.520.2500.54208.5234.8634.31
Hex3959763419036d12322
Octal7113116664310663214342
Binary1110011011001111011011010011001011011011010001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395976; }

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

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

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

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

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

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

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

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