#3A5B76

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

Shades of Matisse #3A5B76

Tints of Matisse #3A5B76

Color information

#3A5B76 (or 0x3A5B76) is unknown color: approx Matisse. HEX triplet: 3A, 5B and 76. RGB value is (58,91,118). Sum of RGB (Red+Green+Blue) = 58+91+118=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A5B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5B76 is #C5A489. Grayscale: #545454. Windows color (decimal): -12952714 or 7756602. OLE color: 7756602.

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

Color convert

RGB5891118-
CMYK0.510.2300.54
HSL207º34.09%34.51%-
HSV(B)207º50.85%46.27%-
XYZ8.769.6918.55-
YUV84.21147.07109.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.72%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=21.72%
G=34.08%
B=44.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58911180.510.2300.5420734.0934.51
Hex3A5B763317036cf2223
Octal7213316663270663174243
Binary1110101011011111011011001110111011011011001111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,91,118); }

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

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

 a { background-color: rgb(58,91,118); }

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

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

 span { border-color: rgb(58,91,118); }

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