#3A5777

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

Shades of Matisse #3A5777

Tints of Matisse #3A5777

Color information

#3A5777 (or 0x3A5777) is unknown color: approx Matisse. HEX triplet: 3A, 57 and 77. RGB value is (58,87,119). Sum of RGB (Red+Green+Blue) = 58+87+119=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A5777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5777 is #C5A888. Grayscale: #515151. Windows color (decimal): -12953737 or 7821114. OLE color: 7821114.

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

Color convert

RGB5887119-
CMYK0.510.2700.53
HSL211.48º34.46%34.71%-
HSV(B)211.48º51.26%46.67%-
XYZ8.489.0518.75-
YUV81.98148.89110.9-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.97%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=21.97%
G=32.95%
B=45.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58871190.510.2700.53211.4834.4634.71
Hex3A5777331B035d32223
Octal7212716763330653234243
Binary1110101010111111011111001111011011010111010011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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