EBMPAPST K3G097-AK34-43 Centrifugal Fan | 325W 26V DC | 3600RPM 1216CFM | IP24
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #333; background-color: #f9f9f9; padding: 20px; } .product-container { max-width: 1200px; margin: 0 auto; background: white; border-radius: 10px; box-shadow: 0 2px 20px rgba(0,0,0,0.1); overflow: hidden; } .product-header { background: linear-gradient(135deg, #00529B 0%, #0073CE 100%); color: white; padding: 50px 30px; text-align: center; position: relative; } .product-header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: #FF6B35; } .product-title { font-size: 2.4em; font-weight: 700; margin-bottom: 10px; letter-spacing: 0.5px; } .feature-badge { display: inline-block; background: #FF6B35; color: white; padding: 8px 20px; border-radius: 20px; font-weight: 600; font-size: 1.1em; margin-bottom: 15px; text-transform: uppercase; } .product-subtitle { font-size: 1.2em; font-weight: 300; opacity: 0.9; max-width: 700px; margin: 0 auto; line-height: 1.5; } .benefits-section { padding: 50px 30px; background: #fff; } .section-title { text-align: center; font-size: 1.8em; color: #00529B; margin-bottom: 40px; font-weight: 600; } .benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-top: 20px; } .benefit-card { background: #f8f9fa; border-radius: 8px; padding: 25px 20px; border-top: 4px solid #00529B; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; display: flex; flex-direction: column; } .benefit-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,82,155,0.15); } .benefit-icon { font-size: 2.8em; margin-bottom: 20px; display: block; height: 60px; } .benefit-title { font-size: 1.2em; color: #00529B; margin-bottom: 12px; font-weight: 600; line-height: 1.3; flex-shrink: 0; } .benefit-description { color: #555; font-size: 0.95em; line-height: 1.5; flex-grow: 1; } .applications-section { padding: 50px 30px; background: linear-gradient(135deg, #e8f4ff 0%, #c2e0ff 100%); } .applications-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .application-item { background: white; padding: 20px; border-radius: 8px; display: flex; align-items: center; box-shadow: 0 3px 10px rgba(0,0,0,0.08); transition: transform 0.2s ease; border-left: 4px solid #00529B; } .application-item:hover { transform: translateY(-3px); } .app-icon { font-size: 2em; margin-right: 15px; color: #00529B; min-width: 40px; text-align: center; } .app-name { font-weight: 600; color: #333; } .datasheet-section { padding: 50px 30px; background: #f0f8ff; } .datasheet-header { text-align: center; font-size: 1.6em; color: #FF6B35; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; } .specs-table { width: 100%; border-collapse: collapse; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .specs-table tr:nth-child(even) { background-color: #f8f9fa; } .specs-table td { padding: 15px 20px; border-bottom: 1px solid #e9ecef; } .specs-table td:first-child { font-weight: 600; color: #00529B; width: 40%; background-color: #f0f8ff; } .highlight-cell { color: #00529B; font-weight: 700; background-color: #e8f4ff; } .efficiency-cell { color: #2e7d32; font-weight: 700; background-color: #c8e6c9; } .high-airflow-cell { color: #0073CE; font-weight: 700; background-color: #b3d9ff; } .quiet-cell { color: #7b1fa2; font-weight: 700; background-color: #e1bee7; } .durable-cell { color: #d84315; font-weight: 700; background-color: #ffccbc; } .dc-voltage-cell { color: #7b1fa2; font-weight: 700; background-color: #e1bee7; } .wide-voltage-cell { color: #7b1fa2; font-weight: 700; background-color: #e1bee7; } .centrifugal-badge { display: inline-block; background: #00529B; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .shipping-section { padding: 40px 30px; background: #f8f9fa; margin: 30px; border-radius: 8px; } .shipping-title { font-size: 1.6em; color: #00529B; margin-bottom: 25px; text-align: center; } .shipping-details { max-width: 800px; margin: 0 auto; } .shipping-details p { margin-bottom: 12px; padding-left: 20px; position: relative; font-size: 1.05em; } .shipping-details p::before { content: 'β'; position: absolute; left: 0; color: #2e7d32; font-weight: bold; } .bulk-inquiry { background: #fff3e0; border-left: 4px solid #FF6B35; padding: 20px; margin-top: 20px; border-radius: 5px; } .bulk-inquiry strong { color: #00529B; } .technical-features { padding: 40px 30px; background: #e8f4ff; margin: 30px; border-radius: 8px; } .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin-top: 20px; } .feature-item { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .feature-title { color: #00529B; font-weight: 600; margin-bottom: 10px; font-size: 1.1em; } .feature-description { color: #555; font-size: 0.95em; line-height: 1.5; } .faq-section { padding: 50px 30px; background: #e8f4ff; margin: 30px; border-radius: 10px; border: 1px solid #99c2ff; } .faq-title { text-align: center; font-size: 1.8em; color: #00529B; margin-bottom: 35px; font-weight: 600; } .faq-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 2px solid #99c2ff; } .faq-item:last-child { border-bottom: none; margin-bottom: 0; } .faq-question { color: #00529B; font-size: 1.2em; font-weight: 600; margin-bottom: 12px; line-height: 1.4; } .faq-answer { color: #333; font-size: 1.05em; line-height: 1.6; padding-left: 20px; } .cta-section { padding: 40px 30px; background: linear-gradient(135deg, #e8f4ff 0%, #99c2ff 100%); text-align: center; border-radius: 10px; margin: 30px; } .cta-title { font-size: 1.6em; color: #00529B; margin-bottom: 15px; font-weight: 600; } .cta-description { font-size: 1.05em; color: #555; max-width: 600px; margin: 0 auto 25px; } .contact-button { display: inline-block; background: #00529B; color: white; padding: 14px 35px; font-size: 1.05em; font-weight: 600; text-decoration: none; border-radius: 50px; transition: all 0.3s ease; border: 2px solid #00529B; margin: 5px 10px; } .contact-button:hover { background: white; color: #00529B; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,82,155,0.2); } .contact-button.secondary { background: #FF6B35; border-color: #FF6B35; color: white; } .contact-button.secondary:hover { background: white; color: #FF6B35; } .german-badge { display: inline-block; background: #000; color: #FFCC00; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .quiet-badge { display: inline-block; background: #7b1fa2; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .high-airflow-badge { display: inline-block; background: #0073CE; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .energy-saving-badge { display: inline-block; background: #2e7d32; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .dc-voltage-badge { display: inline-block; background: #7b1fa2; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .durability-badge { display: inline-block; background: #d84315; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .industrial-badge { display: inline-block; background: #d84315; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } @media (max-width: 1024px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } .applications-grid { grid-template-columns: repeat(2, 1fr); } .features-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .product-title { font-size: 2em; } .product-subtitle { font-size: 1.1em; } .section-title { font-size: 1.6em; } .benefits-grid { grid-template-columns: 1fr; gap: 20px; } .applications-grid { grid-template-columns: 1fr; } .features-grid { grid-template-columns: 1fr; } .specs-table td { padding: 12px 15px; display: block; width: 100%; } .specs-table td:first-child { width: 100%; background-color: #f0f8ff; border-bottom: none; padding-bottom: 5px; font-weight: 700; } .specs-table tr { display: block; margin-bottom: 15px; border-bottom: 2px solid #e9ecef; padding-bottom: 15px; background: white; } .specs-table tr:nth-child(even) { background: white; } .shipping-section, .faq-section, .cta-section, .applications-section, .technical-features { margin: 20px 15px; padding: 30px 20px; } .faq-question { font-size: 1.15em; } .benefit-card { padding: 20px 15px; } .benefit-icon { font-size: 2.5em; height: 50px; } .contact-button { display: block; margin: 10px auto; width: 90%; max-width: 300px; } } @media (max-width: 480px) { body { padding: 15px; } .product-header { padding: 35px 20px; } .benefits-section, .datasheet-section, .faq-section, .applications-section { padding: 35px 20px; } .product-title { font-size: 1.7em; } .product-subtitle { font-size: 1em; } .section-title { font-size: 1.4em; } .feature-badge { font-size: 1em; padding: 6px 15px; } .application-item { padding: 15px; } } EBMPAPST K3G097-AK34-43 Centrifugal Fan High-Performance 26V DC Centrifugal Fan 325W | IP24 Professional 325W centrifugal fan featuring 3600 RPM high-speed operation with wide 16-32V DC input range. German-engineered with 2.24kg compact industrial construction for exceptional durability exceeding 10 years, ultra-quiet operation at just 69dBA, superior energy efficiency with EC technology, and powerful centrifugal airflow up to 1216 CFM for demanding industrial and transportation applications [citation:3][citation:4]. Core Performance Advantages π 10+ Years Industrial Durability German-engineered EBMPAPST construction with ball bearing system ensures reliable, long-term operation exceeding 10+ years. Premium materials including PP plastic frame and PA plastic impeller, combined with precision manufacturing, guarantee exceptional lifespan in demanding industrial environments with minimal maintenance requirements [citation:3][citation:5]. π Ultra-Quiet 3600 RPM Operation Optimized 3600 RPM high-speed operation with advanced centrifugal fan design delivers exceptionally quiet performance at just 69dBA [citation:1][citation:3]. Precision engineering, vibration-damping technology, and aerodynamic impeller optimization minimize noise, making it ideal for noise-sensitive environments such as medical equipment and laboratory settings [citation:4]. β‘ Energy Efficient EC Technology 325W power rating with EC (Electronically Commutated) technology provides superior energy efficiency for DC applications. Wide 16-32V input range allows flexible power integration, while the integrated control circuit enables PWM speed control and monitoring functions for optimal energy management [citation:4][citation:10]. π¨ High-Performance Airflow up to 1216 CFM 3600 RPM high-speed operation combined with dual centrifugal blower design generates powerful airflow up to 1216 CFM (716 mΒ³/min) [citation:3][citation:4]. Superior air movement capabilities make it perfect for applications requiring efficient high-pressure cooling in space-constrained installations like control cabinets and telecommunications equipment [citation:4][citation:7]. Industry Applications The EBMPAPST K3G097-AK34-43 is engineered for versatile applications across multiple industries requiring reliable, high-performance centrifugal airflow solutions with DC power convenience [citation:2][citation:4][citation:10]. π Industrial Ventilation Systems β‘ Electrical Automation & Control Cabinets π Frequency Converters & Inverters πͺοΈ Telecommunications Equipment π§ Industrial Refrigeration π₯ Heating Systems π Rail Transportation & Rolling Stock π’ HVAC (FFU/AHU) Systems π«οΈ Air Purification Systems π New Energy Vehicles & EV Charging π¨ Wind Power & Renewable Energy π» Data Center Cooling β‘ Power Plant Ventilation π₯ Medical Equipment (CT Scanners, X-Ray) π¬ Laboratory Ventilation π Transportation & Bus HVAC Advanced Technical Features Wide 16-32V DC Input Range Flexible DC voltage input range (16-32V) accommodates various power systems and battery voltages, making it ideal for transportation, telecommunications, and renewable energy applications where voltage may fluctuate [citation:3][citation:5]. Compact 2.24kg Industrial Design 2.24kg lightweight yet robust construction with 139.5mm frame size and 351mm depth allows easy installation in space-constrained applications. Despite its compact size, it delivers industrial-grade performance with IP24 protection rating [citation:1][citation:3]. EC Motor Technology with Smart Control Electronically commutated motor with integrated control electronics enables PWM speed control, locked rotor protection, and thermal overload protection. The 6-lead wire connector provides flexible integration with monitoring systems [citation:1][citation:3][citation:4]. Wide Temperature Range Operation Engineered for extreme environments with operating temperature range from -40Β°C to +85Β°C, making it suitable for outdoor installations, transportation applications, and industrial settings with harsh conditions [citation:5][citation:8]. DATASHEET Technical Specifications Model Number K3G097-AK34-43 Manufacturer EBMPAPST GERMANY Product Type Centrifugal Fan (Dual Blower) DC EC Condition Original new from manufacturer Rated Power 325 W EC TECHNOLOGY Rated Voltage 26V DC (16-32V range) WIDE INPUT Rated Current 12.5 A Speed 3600 rpm HIGH SPEED Max. Airflow 1216 CFM / 716 mΒ³/min [citation:3] Max. Pressure 625 Pa [citation:5] Noise Level 69 dBA QUIET Bearing Type Ball Bearing [citation:1][citation:3] Protection Class IP24 [citation:1][citation:5] Frame Material PP Plastic [citation:3] Impeller Material PA Plastic [citation:3][citation:5] Ambient Temperature Range -40Β°C to +85Β°C [citation:5][citation:8] Net Weight 2.24 kg COMPACT Shipping Dimension 45 Γ 30 Γ 25 cm Country of Origin Germany HS Code 8414599099 Warranty 1 Year Manufacturer Warranty Shipping, Warranty & Service Shipping From: Dispatched from Hong Kong for efficient global distribution. Processing Time: Orders are processed and ready to ship within 5 business days. Express Delivery: Estimated delivery in 3-8 business days worldwide via DHL or UPS. Warranty: Backed by a full 1-year manufacturer's warranty from EBMPAPST. Product Guarantee: We sell only genuine EBMPAPST products guaranteed to meet all factory specifications for fit, form, and function. Customer Satisfaction: Enjoy a 30-day return policy and our commitment to 100% customer satisfaction. For Large Quantity Inquiries: Please contact our sales team at [email protected] for volume pricing and custom quotations. Frequently Asked Questions Q1: What are the advantages of the wide 16-32V DC input range in the K3G097-AK34-43? A: The wide 16-32V DC input range provides exceptional flexibility for applications with varying power supplies. It accommodates nominal 24V systems while tolerating voltage fluctuations common in battery-powered equipment, telecommunications infrastructure, and transportation applications [citation:5]. This ensures reliable operation even when input voltage varies, making it ideal for renewable energy systems, electric vehicles, and backup power installations where voltage stability may be a concern [citation:4][citation:10]. Q2: How does EC technology contribute to energy efficiency and control? A: EC (Electronically Commutated) technology combines the efficiency of DC motors with the convenience of AC power integration. The K3G097-AK34-43 features an integrated control circuit that enables PWM speed control, allowing precise airflow adjustment based on real-time cooling demands [citation:4][citation:10]. This smart control capability reduces energy consumption by up to 30% compared to traditional AC fans, while features like locked rotor protection and thermal overload protection ensure reliable operation [citation:3][citation:5]. Q3: What makes this fan suitable for transportation and rail applications? A: The K3G097-AK34-43 is specifically engineered for demanding transportation environments with EMC compliance according to ECE R10 Rev. 3 standards [citation:8]. The wide -40Β°C to +85Β°C operating temperature range ensures reliable performance in extreme conditions [citation:5][citation:8]. The IP24 protection rating provides defense against solid objects and water spray, while the ball bearing system and robust construction withstand vibration and continuous operation typical in rail vehicles, buses, and mobile equipment [citation:1][citation:5][citation:6]. Q4: How does this fan achieve 10+ years durability in industrial environments? A: The 2.24kg robust construction incorporates premium materials including a high-strength PP plastic frame and PA plastic impeller, combined with precision ball bearings rated for long life [citation:3][citation:5]. German engineering ensures all components are optimized for continuous operation with minimal wear. The IP24 protection rating shields internal components from dust and moisture [citation:1], while the thermal overload protection prevents damage from overheating [citation:3]. These features collectively ensure exceptional service life exceeding 10 years even in demanding industrial applications with minimal maintenance requirements. Need DC Centrifugal Fan Solutions? Contact our technical specialists for application-specific recommendations, performance data, or volume pricing for your industrial ventilation and cooling requirements. Request Technical Support Request Volume Pricing