#3C6076

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

Shades of Matisse #3C6076

Tints of Matisse #3C6076

Color information

#3C6076 (or 0x3C6076) is unknown color: approx Matisse. HEX triplet: 3C, 60 and 76. RGB value is (60,96,118). Sum of RGB (Red+Green+Blue) = 60+96+118=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C6076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6076 is #C39F89. Grayscale: #575757. Windows color (decimal): -12820362 or 7757884. OLE color: 7757884.

HSL color Cylindrical-coordinate representation of color #3C6076: hue angle of 202.76º 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 #3C6076 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6096118-
CMYK0.490.1900.54
HSL202.76º32.58%34.9%-
HSV(B)202.76º49.15%46.27%-
XYZ9.3210.6318.7-
YUV87.74145.07108.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.90%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=21.90%
G=35.04%
B=43.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60961180.490.1900.54202.7632.5834.9
Hex3C60763113036cb2123
Octal7414016661230663134143
Binary1111001100000111011011000110011011011011001011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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