#396379

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

Shades of Matisse #396379

Tints of Matisse #396379

Color information

#396379 (or 0x396379) is unknown color: approx Matisse. HEX triplet: 39, 63 and 79. RGB value is (57,99,121). Sum of RGB (Red+Green+Blue) = 57+99+121=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #396379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396379 is #C69C86. Grayscale: #585858. Windows color (decimal): -13016199 or 7955257. OLE color: 7955257.

HSL color Cylindrical-coordinate representation of color #396379: hue angle of 200.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #396379 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5799121-
CMYK0.530.1800.53
HSL200.62º35.96%34.9%-
HSV(B)200.62º52.89%47.45%-
XYZ9.611.1719.74-
YUV88.95146.09105.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=20.58%
G=35.74%
B=43.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57991210.530.1800.53200.6235.9634.9
Hex3963793512035c92423
Octal7114317165220653114443
Binary1110011100011111100111010110010011010111001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396379; }

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

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

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

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

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

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

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

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