#396582

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

Shades of Matisse #396582

Tints of Matisse #396582

Color information

#396582 (or 0x396582) is unknown color: approx Matisse. HEX triplet: 39, 65 and 82. RGB value is (57,101,130). Sum of RGB (Red+Green+Blue) = 57+101+130=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #396582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396582 is #C69A7D. Grayscale: #5A5A5A. Windows color (decimal): -13015678 or 8545593. OLE color: 8545593.

HSL color Cylindrical-coordinate representation of color #396582: hue angle of 203.84º 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 #396582 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB57101130-
CMYK0.560.2200.49
HSL203.84º39.04%36.67%-
HSV(B)203.84º56.15%50.98%-
XYZ10.3711.7922.85-
YUV91.15149.92103.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.79%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=19.79%
G=35.07%
B=45.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571011300.560.2200.49203.8439.0436.67
Hex3965823816031cc2725
Octal7114520270260613144745
Binary11100111001011000001011100010110011000111001100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396582; }

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

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

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

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

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

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

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

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