#396486

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

Shades of Matisse #396486

Tints of Matisse #396486

Color information

#396486 (or 0x396486) is unknown color: approx Matisse. HEX triplet: 39, 64 and 86. RGB value is (57,100,134). Sum of RGB (Red+Green+Blue) = 57+100+134=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #396486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396486 is #C69B79. Grayscale: #5A5A5A. Windows color (decimal): -13015930 or 8807481. OLE color: 8807481.

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

Color convert

RGB57100134-
CMYK0.570.2500.47
HSL206.49º40.31%37.45%-
HSV(B)206.49º57.46%52.55%-
XYZ10.5511.7124.26-
YUV91.02152.25103.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 134 (52.73% from 255) = 46.05%
R=19.59%
G=34.36%
B=46.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571001340.570.2500.47206.4940.3137.45
Hex396486391902Fce2825
Octal7114420671310573165045
Binary11100111001001000011011100111001010111111001110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396486; }

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

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

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

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

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

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

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

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