#3C676C

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

Shades of Tax Break #3C676C

Tints of Tax Break #3C676C

Color information

#3C676C (or 0x3C676C) is unknown color: approx Tax Break. HEX triplet: 3C, 67 and 6C. RGB value is (60,103,108). Sum of RGB (Red+Green+Blue) = 60+103+108=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C676C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C676C is #C39893. Grayscale: #5A5A5A. Windows color (decimal): -12818580 or 7104316. OLE color: 7104316.

HSL color Cylindrical-coordinate representation of color #3C676C: hue angle of 186.25º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C676C is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB60103108-
CMYK0.440.0500.58
HSL186.25º28.57%32.94%-
HSV(B)186.25º44.44%42.35%-
XYZ9.4211.7415.96-
YUV90.71137.75106.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.14%
GREEN value IS 103 (40.62% from 255) = 38.01%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=22.14%
G=38.01%
B=39.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal601031080.440.0500.58186.2528.5732.94
Hex3C676C2C503Aba1d21
Octal741471545450722723541
Binary1111001100111110110010110010101110101011101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,103,108); }

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

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

 a { background-color: rgb(60,103,108); }

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

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

 span { border-color: rgb(60,103,108); }

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