#396085

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

Shades of Matisse #396085

Tints of Matisse #396085

Color information

#396085 (or 0x396085) is unknown color: approx Matisse. HEX triplet: 39, 60 and 85. RGB value is (57,96,133). Sum of RGB (Red+Green+Blue) = 57+96+133=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #396085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396085 is #C69F7A. Grayscale: #585858. Windows color (decimal): -13016955 or 8740921. OLE color: 8740921.

HSL color Cylindrical-coordinate representation of color #396085: hue angle of 209.21º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #396085 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5796133-
CMYK0.570.2800.48
HSL209.21º40%37.25%-
HSV(B)209.21º57.14%52.16%-
XYZ10.110.9323.77-
YUV88.56153.08105.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.93%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 133 (52.34% from 255) = 46.50%
R=19.93%
G=33.57%
B=46.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57961330.570.2800.48209.214037.25
Hex396085391C030d12825
Octal7114020571340603215045
Binary11100111000001000010111100111100011000011010001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396085; }

 p { color: rgb(57,96,133); }

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

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

 a { background-color: rgb(57,96,133); }

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

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

 span { border-color: rgb(57,96,133); }

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