#3A5A73

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

Shades of Matisse #3A5A73

Tints of Matisse #3A5A73

Color information

#3A5A73 (or 0x3A5A73) is unknown color: approx Matisse. HEX triplet: 3A, 5A and 73. RGB value is (58,90,115). Sum of RGB (Red+Green+Blue) = 58+90+115=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A5A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5A73 is #C5A58C. Grayscale: #535353. Windows color (decimal): -12952973 or 7559738. OLE color: 7559738.

HSL color Cylindrical-coordinate representation of color #3A5A73: hue angle of 206.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A5A73 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5890115-
CMYK0.500.2200.55
HSL206.32º32.95%33.92%-
HSV(B)206.32º49.57%45.1%-
XYZ8.59.4517.6-
YUV83.28145.9109.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 90 (35.55% from 255) = 34.22%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=22.05%
G=34.22%
B=43.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58901150.500.2200.55206.3232.9533.92
Hex3A5A733216037ce2122
Octal7213216362260673164142
Binary1110101011010111001111001010110011011111001110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,90,115); }

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

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

 a { background-color: rgb(58,90,115); }

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

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

 span { border-color: rgb(58,90,115); }

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