#3A5C74

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

Shades of Matisse #3A5C74

Tints of Matisse #3A5C74

Color information

#3A5C74 (or 0x3A5C74) is unknown color: approx Matisse. HEX triplet: 3A, 5C and 74. RGB value is (58,92,116). Sum of RGB (Red+Green+Blue) = 58+92+116=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A5C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C74 is #C5A38B. Grayscale: #545454. Windows color (decimal): -12952460 or 7625786. OLE color: 7625786.

HSL color Cylindrical-coordinate representation of color #3A5C74: hue angle of 204.83º 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 #3A5C74 is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5892116-
CMYK0.50.2100.55
HSL204.83º33.33%34.12%-
HSV(B)204.83º50%45.49%-
XYZ8.729.8117.96-
YUV84.57145.74109.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.80%
GREEN value IS 92 (36.33% from 255) = 34.59%
BLUE value IS 116 (45.70% from 255) = 43.61%
R=21.80%
G=34.59%
B=43.61%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58921160.50.2100.55204.8333.3334.12
Hex3A5C743215037cd2122
Octal7213416462250673154142
Binary1110101011100111010011001010101011011111001101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,92,116); }

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

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

 a { background-color: rgb(58,92,116); }

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

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

 span { border-color: rgb(58,92,116); }

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