#3A676F

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

Shades of Tax Break #3A676F

Tints of Tax Break #3A676F

Color information

#3A676F (or 0x3A676F) is unknown color: approx Tax Break. HEX triplet: 3A, 67 and 6F. RGB value is (58,103,111). Sum of RGB (Red+Green+Blue) = 58+103+111=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A676F is #C59890. Grayscale: #5A5A5A. Windows color (decimal): -12949649 or 7300922. OLE color: 7300922.

HSL color Cylindrical-coordinate representation of color #3A676F: hue angle of 189.06º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A676F is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB58103111-
CMYK0.480.0700.56
HSL189.06º31.36%33.14%-
HSV(B)189.06º47.75%43.53%-
XYZ9.4611.7516.81-
YUV90.46139.59104.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.32%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=21.32%
G=37.87%
B=40.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal581031110.480.0700.56189.0631.3633.14
Hex3A676F307038bd1f21
Octal721471576070702753741
Binary1110101100111110111111000011101110001011110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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