#3A5C77

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

Shades of Matisse #3A5C77

Tints of Matisse #3A5C77

Color information

#3A5C77 (or 0x3A5C77) is unknown color: approx Matisse. HEX triplet: 3A, 5C and 77. RGB value is (58,92,119). Sum of RGB (Red+Green+Blue) = 58+92+119=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A5C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C77 is #C5A388. Grayscale: #545454. Windows color (decimal): -12952457 or 7822394. OLE color: 7822394.

HSL color Cylindrical-coordinate representation of color #3A5C77: hue angle of 206.56º 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 #3A5C77 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5892119-
CMYK0.510.2300.53
HSL206.56º34.46%34.71%-
HSV(B)206.56º51.26%46.67%-
XYZ8.99.8918.89-
YUV84.91147.24108.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.56%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=21.56%
G=34.20%
B=44.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58921190.510.2300.53206.5634.4634.71
Hex3A5C773317035cf2223
Octal7213416763270653174243
Binary1110101011100111011111001110111011010111001111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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