#396086

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

Shades of Matisse #396086

Tints of Matisse #396086

Color information

#396086 (or 0x396086) is unknown color: approx Matisse. HEX triplet: 39, 60 and 86. RGB value is (57,96,134). Sum of RGB (Red+Green+Blue) = 57+96+134=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #396086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396086 is #C69F79. Grayscale: #585858. Windows color (decimal): -13016954 or 8806457. OLE color: 8806457.

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

Color convert

RGB5796134-
CMYK0.570.2800.47
HSL209.61º40.31%37.45%-
HSV(B)209.61º57.46%52.55%-
XYZ10.1710.9624.13-
YUV88.67153.58105.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 134 (52.73% from 255) = 46.69%
R=19.86%
G=33.45%
B=46.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57961340.570.2800.47209.6140.3137.45
Hex396086391C02Fd22825
Octal7114020671340573225045
Binary11100111000001000011011100111100010111111010010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396086; }

 p { color: rgb(57,96,134); }

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

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

 a { background-color: rgb(57,96,134); }

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

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

 span { border-color: rgb(57,96,134); }

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