#3A6179

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

Shades of Matisse #3A6179

Tints of Matisse #3A6179

Color information

#3A6179 (or 0x3A6179) is unknown color: approx Matisse. HEX triplet: 3A, 61 and 79. RGB value is (58,97,121). Sum of RGB (Red+Green+Blue) = 58+97+121=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A6179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6179 is #C59E86. Grayscale: #575757. Windows color (decimal): -12951175 or 7954746. OLE color: 7954746.

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

Color convert

RGB5897121-
CMYK0.520.2000.53
HSL202.86º35.2%35.1%-
HSV(B)202.86º52.07%47.45%-
XYZ9.4710.8319.68-
YUV88.08146.58106.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.01%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 121 (47.66% from 255) = 43.84%
R=21.01%
G=35.14%
B=43.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58971210.520.2000.53202.8635.235.1
Hex3A61793414035cb2323
Octal7214117164240653134343
Binary1110101100001111100111010010100011010111001011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,97,121); }

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

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

 a { background-color: rgb(58,97,121); }

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

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

 span { border-color: rgb(58,97,121); }

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