#396381

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

Shades of Matisse #396381

Tints of Matisse #396381

Color information

#396381 (or 0x396381) is unknown color: approx Matisse. HEX triplet: 39, 63 and 81. RGB value is (57,99,129). Sum of RGB (Red+Green+Blue) = 57+99+129=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #396381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396381 is #C69C7E. Grayscale: #595959. Windows color (decimal): -13016191 or 8479545. OLE color: 8479545.

HSL color Cylindrical-coordinate representation of color #396381: hue angle of 205º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #396381 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5799129-
CMYK0.560.2300.49
HSL205º38.71%36.47%-
HSV(B)205º55.81%50.59%-
XYZ10.1111.3822.43-
YUV89.86150.09104.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=20%
G=34.74%
B=45.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57991290.560.2300.4920538.7136.47
Hex3963813817031cd2724
Octal7114320170270613154744
Binary11100111000111000000111100010111011000111001101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396381; }

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

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

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

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

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

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

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

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