#396480

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

Shades of Matisse #396480

Tints of Matisse #396480

Color information

#396480 (or 0x396480) is unknown color: approx Matisse. HEX triplet: 39, 64 and 80. RGB value is (57,100,128). Sum of RGB (Red+Green+Blue) = 57+100+128=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #396480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396480 is #C69B7F. Grayscale: #5A5A5A. Windows color (decimal): -13015936 or 8414265. OLE color: 8414265.

HSL color Cylindrical-coordinate representation of color #396480: hue angle of 203.66º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #396480 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB57100128-
CMYK0.550.2200.50
HSL203.66º38.38%36.27%-
HSV(B)203.66º55.47%50.2%-
XYZ10.1411.5422.12-
YUV90.34149.25104.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=20%
G=35.09%
B=44.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal571001280.550.2200.50203.6638.3836.27
Hex3964803716032cc2624
Octal7114420067260623144644
Binary11100111001001000000011011110110011001011001100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396480; }

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

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

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

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

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

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

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

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