#3D676A

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

Shades of Tax Break #3D676A

Tints of Tax Break #3D676A

Color information

#3D676A (or 0x3D676A) is unknown color: approx Tax Break. HEX triplet: 3D, 67 and 6A. RGB value is (61,103,106). Sum of RGB (Red+Green+Blue) = 61+103+106=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 106 - color contains mainly: blue. Hex color #3D676A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D676A is #C29895. Grayscale: #5A5A5A. Windows color (decimal): -12753046 or 6973245. OLE color: 6973245.

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

Color convert

RGB61103106-
CMYK0.420.0300.58
HSL184º26.95%32.75%-
HSV(B)184º42.45%41.57%-
XYZ9.3811.7315.41-
YUV90.78136.59106.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.59%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=22.59%
G=38.15%
B=39.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal611031060.420.0300.5818426.9532.75
Hex3D676A2A303Ab81b21
Octal751471525230722703341
Binary111101110011111010101010101101110101011100011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,103,106); }

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

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

 a { background-color: rgb(61,103,106); }

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

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

 span { border-color: rgb(61,103,106); }

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