#396387

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

Shades of Matisse #396387

Tints of Matisse #396387

Color information

#396387 (or 0x396387) is unknown color: approx Matisse. HEX triplet: 39, 63 and 87. RGB value is (57,99,135). Sum of RGB (Red+Green+Blue) = 57+99+135=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #396387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396387 is #C69C78. Grayscale: #5A5A5A. Windows color (decimal): -13016185 or 8872761. OLE color: 8872761.

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

Color convert

RGB5799135-
CMYK0.580.2700.47
HSL207.69º40.62%37.65%-
HSV(B)207.69º57.78%52.94%-
XYZ10.5211.5424.6-
YUV90.55153.09104.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 135 (53.12% from 255) = 46.39%
R=19.59%
G=34.02%
B=46.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57991350.580.2700.47207.6940.6237.65
Hex3963873A1B02Fd02926
Octal7114320772330573205146
Binary11100111000111000011111101011011010111111010000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396387; }

 p { color: rgb(57,99,135); }

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

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

 a { background-color: rgb(57,99,135); }

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

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

 span { border-color: rgb(57,99,135); }

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