#3A597E

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

Shades of Matisse #3A597E

Tints of Matisse #3A597E

Color information

#3A597E (or 0x3A597E) is unknown color: approx Matisse. HEX triplet: 3A, 59 and 7E. RGB value is (58,89,126). Sum of RGB (Red+Green+Blue) = 58+89+126=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A597E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A597E is #C5A681. Grayscale: #535353. Windows color (decimal): -12953218 or 8280378. OLE color: 8280378.

HSL color Cylindrical-coordinate representation of color #3A597E: hue angle of 212.65º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A597E is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5889126-
CMYK0.540.2900.51
HSL212.65º36.96%36.08%-
HSV(B)212.65º53.97%49.41%-
XYZ9.089.5521.1-
YUV83.95151.73109.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.25%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 126 (49.61% from 255) = 46.15%
R=21.25%
G=32.60%
B=46.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58891260.540.2900.51212.6536.9636.08
Hex3A597E361D033d52524
Octal7213117666350633254544
Binary1110101011001111111011011011101011001111010101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A597E; }

 p { color: rgb(58,89,126); }

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

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

 a { background-color: rgb(58,89,126); }

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

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

 span { border-color: rgb(58,89,126); }

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