#3A676C

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

Shades of Tax Break #3A676C

Tints of Tax Break #3A676C

Color information

#3A676C (or 0x3A676C) is unknown color: approx Tax Break. HEX triplet: 3A, 67 and 6C. RGB value is (58,103,108). Sum of RGB (Red+Green+Blue) = 58+103+108=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A676C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A676C is #C59893. Grayscale: #5A5A5A. Windows color (decimal): -12949652 or 7104314. OLE color: 7104314.

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

Color convert

RGB58103108-
CMYK0.460.0500.58
HSL186º30.12%32.55%-
HSV(B)186º46.3%42.35%-
XYZ9.311.6815.95-
YUV90.12138.09105.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.56%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=21.56%
G=38.29%
B=40.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal581031080.460.0500.5818630.1232.55
Hex3A676C2E503Aba1e21
Octal721471545650722723641
Binary1110101100111110110010111010101110101011101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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