#3C5E76

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

Shades of Matisse #3C5E76

Tints of Matisse #3C5E76

Color information

#3C5E76 (or 0x3C5E76) is unknown color: approx Matisse. HEX triplet: 3C, 5E and 76. RGB value is (60,94,118). Sum of RGB (Red+Green+Blue) = 60+94+118=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C5E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5E76 is #C3A189. Grayscale: #565656. Windows color (decimal): -12820874 or 7757372. OLE color: 7757372.

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

Color convert

RGB6094118-
CMYK0.490.2000.54
HSL204.83º32.58%34.9%-
HSV(B)204.83º49.15%46.27%-
XYZ9.1410.2718.64-
YUV86.57145.74109.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.06%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 118 (46.48% from 255) = 43.38%
R=22.06%
G=34.56%
B=43.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60941180.490.2000.54204.8332.5834.9
Hex3C5E763114036cd2123
Octal7413616661240663154143
Binary1111001011110111011011000110100011011011001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,94,118); }

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

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

 a { background-color: rgb(60,94,118); }

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

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

 span { border-color: rgb(60,94,118); }

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