#3A6177

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

Shades of Matisse #3A6177

Tints of Matisse #3A6177

Color information

#3A6177 (or 0x3A6177) is unknown color: approx Matisse. HEX triplet: 3A, 61 and 77. RGB value is (58,97,119). Sum of RGB (Red+Green+Blue) = 58+97+119=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A6177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6177 is #C59E88. Grayscale: #575757. Windows color (decimal): -12951177 or 7823674. OLE color: 7823674.

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

Color convert

RGB5897119-
CMYK0.510.1800.53
HSL201.64º34.46%34.71%-
HSV(B)201.64º51.26%46.67%-
XYZ9.3510.7819.04-
YUV87.85145.58106.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.17%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 119 (46.88% from 255) = 43.43%
R=21.17%
G=35.40%
B=43.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58971190.510.1800.53201.6434.4634.71
Hex3A61773312035ca2223
Octal7214116763220653124243
Binary1110101100001111011111001110010011010111001010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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