#396584

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

Shades of Matisse #396584

Tints of Matisse #396584

Color information

#396584 (or 0x396584) is unknown color: approx Matisse. HEX triplet: 39, 65 and 84. RGB value is (57,101,132). Sum of RGB (Red+Green+Blue) = 57+101+132=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #396584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396584 is #C69A7B. Grayscale: #5B5B5B. Windows color (decimal): -13015676 or 8676665. OLE color: 8676665.

HSL color Cylindrical-coordinate representation of color #396584: hue angle of 204.8º 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 #396584 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB57101132-
CMYK0.570.2300.48
HSL204.8º39.68%37.06%-
HSV(B)204.8º56.82%51.76%-
XYZ10.5111.8423.56-
YUV91.38150.92103.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=19.66%
G=34.83%
B=45.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571011320.570.2300.48204.839.6837.06
Hex3965843917030cd2825
Octal7114520471270603155045
Binary11100111001011000010011100110111011000011001101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396584; }

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

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

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

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

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

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

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

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