#3A576F

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

Shades of Matisse #3A576F

Tints of Matisse #3A576F

Color information

#3A576F (or 0x3A576F) is unknown color: approx Matisse. HEX triplet: 3A, 57 and 6F. RGB value is (58,87,111). Sum of RGB (Red+Green+Blue) = 58+87+111=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A576F is #C5A890. Grayscale: #505050. Windows color (decimal): -12953745 or 7296826. OLE color: 7296826.

HSL color Cylindrical-coordinate representation of color #3A576F: hue angle of 207.17º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A576F is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5887111-
CMYK0.480.2200.56
HSL207.17º31.36%33.14%-
HSV(B)207.17º47.75%43.53%-
XYZ8.028.8616.33-
YUV81.06144.89111.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.66%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 111 (43.75% from 255) = 43.36%
R=22.66%
G=33.98%
B=43.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58871110.480.2200.56207.1731.3633.14
Hex3A576F3016038cf1f21
Octal7212715760260703173741
Binary111010101011111011111100001011001110001100111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,87,111); }

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

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

 a { background-color: rgb(58,87,111); }

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

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

 span { border-color: rgb(58,87,111); }

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