#3B686C

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

Shades of Tax Break #3B686C

Tints of Tax Break #3B686C

Color information

#3B686C (or 0x3B686C) is unknown color: approx Tax Break. HEX triplet: 3B, 68 and 6C. RGB value is (59,104,108). Sum of RGB (Red+Green+Blue) = 59+104+108=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 104 (41.02% from 255 or 38.38% 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 #3B686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B686C is #C49793. Grayscale: #5A5A5A. Windows color (decimal): -12883860 or 7104571. OLE color: 7104571.

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

Color convert

RGB59104108-
CMYK0.450.0400.58
HSL184.9º29.34%32.75%-
HSV(B)184.9º45.37%42.35%-
XYZ9.4611.9115.99-
YUV91137.59105.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.77%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=21.77%
G=38.38%
B=39.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal591041080.450.0400.58184.929.3432.75
Hex3B686C2D403Ab91d21
Octal731501545540722713541
Binary1110111101000110110010110110001110101011100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,104,108); }

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

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

 a { background-color: rgb(59,104,108); }

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

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

 span { border-color: rgb(59,104,108); }

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