#396382

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

Shades of Matisse #396382

Tints of Matisse #396382

Color information

#396382 (or 0x396382) is unknown color: approx Matisse. HEX triplet: 39, 63 and 82. RGB value is (57,99,130). Sum of RGB (Red+Green+Blue) = 57+99+130=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #396382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396382 is #C69C7D. Grayscale: #595959. Windows color (decimal): -13016190 or 8545081. OLE color: 8545081.

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

Color convert

RGB5799130-
CMYK0.560.2400.49
HSL205.48º39.04%36.67%-
HSV(B)205.48º56.15%50.98%-
XYZ10.1811.4122.78-
YUV89.98150.59104.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.93%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 130 (51.17% from 255) = 45.45%
R=19.93%
G=34.62%
B=45.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57991300.560.2400.49205.4839.0436.67
Hex3963823818031cd2725
Octal7114320270300613154745
Binary11100111000111000001011100011000011000111001101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396382; }

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

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

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

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

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

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

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

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