#3E676B

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

Shades of Tax Break #3E676B

Tints of Tax Break #3E676B

Color information

#3E676B (or 0x3E676B) is unknown color: approx Tax Break. HEX triplet: 3E, 67 and 6B. RGB value is (62,103,107). Sum of RGB (Red+Green+Blue) = 62+103+107=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E676B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E676B is #C19894. Grayscale: #5B5B5B. Windows color (decimal): -12687509 or 7038782. OLE color: 7038782.

HSL color Cylindrical-coordinate representation of color #3E676B: hue angle of 185.33º 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 #3E676B is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB62103107-
CMYK0.420.0400.58
HSL185.33º26.63%33.14%-
HSV(B)185.33º42.06%41.96%-
XYZ9.4911.7915.68-
YUV91.2136.92107.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.79%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=22.79%
G=37.87%
B=39.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal621031070.420.0400.58185.3326.6333.14
Hex3E676B2A403Ab91b21
Octal761471535240722713341
Binary1111101100111110101110101010001110101011100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,103,107); }

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

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

 a { background-color: rgb(62,103,107); }

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

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

 span { border-color: rgb(62,103,107); }

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