#3A5570

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

Shades of Matisse #3A5570

Tints of Matisse #3A5570

Color information

#3A5570 (or 0x3A5570) is unknown color: approx Matisse. HEX triplet: 3A, 55 and 70. RGB value is (58,85,112). Sum of RGB (Red+Green+Blue) = 58+85+112=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A5570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5570 is #C5AA8F. Grayscale: #4F4F4F. Windows color (decimal): -12954256 or 7361850. OLE color: 7361850.

HSL color Cylindrical-coordinate representation of color #3A5570: hue angle of 210º degrees, saturation: 0.32, 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 #3A5570 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5885112-
CMYK0.480.2400.56
HSL210º31.76%33.33%-
HSV(B)210º48.21%43.92%-
XYZ7.928.5716.57-
YUV80146.05112.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.75%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=22.75%
G=33.33%
B=43.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58851120.480.2400.5621031.7633.33
Hex3A55703018038d22021
Octal7212516060300703224041
Binary1110101010101111000011000011000011100011010010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,85,112); }

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

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

 a { background-color: rgb(58,85,112); }

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

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

 span { border-color: rgb(58,85,112); }

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