Html Css Color HEX #294A52 Teal Blue

📋 copy color: '#294A52'

red 41 ◦ green 74 ◦ blue 82

#294A52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #294A52

Tints of Teal Blue #294A52

RGB

 RED value IS 41 (16.41% from 255) = 20.81%

 GREEN value IS 74 (29.3% from 255) = 37.56%

 BLUE value IS 82 (32.42% from 255) = 41.62%

R = 20.81%
G = 37.56%
B = 41.62%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#294A52 (or 0x294A52) is known color: Teal Blue. HEX triplet: 29, 4A and 52. RGB value is (41,74,82). Sum of RGB (Red+Green+Blue) = 41+74+82=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #294A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A52 is #D6B5AD. Grayscale: #404040. Windows color (decimal): -14071214 or 5392937. OLE color: 5392937.

HSL color Cylindrical-coordinate representation of color #294A52: hue angle of 191.71º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #294A52 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 74 82 -
CMYK 0.50 0.10 0 0.68
HSL 191.71º 0.33% 0.24% -
HSV(B) 191.71º 0.5% 0.32% -
XYZ 4.89 5.98 8.88 -
YUV 65.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 41 74 82 0.50 0.10 0 0.68 191.71 0.33 0.24
Hex 29 4A 52 32 A 0 44 C0 21 18
Octal 51 112 122 62 12 0 104 300 41 30
Binary 101001 1001010 1010010 110010 1010 0 1000100 11000000 100001 11000

Color Harmonies of #294A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A52

Black with #294A52

Text Example


Text Example

White with #294A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294A52; }

 p { color: rgb(41,74,82); }

 H1.HeaderClassName
 {
   color: #294A52;
 }
 .AnyTagClassName
 {
   color: #294A52;
 }
</style>

background-color css

<style>
 a { background-color: #294A52; }

 a { background-color: rgb(41,74,82); }

 div.DivClassName
 {
   background-color: #294A52;
 }
 .BgClassName
 {
   background-color: #294A52;
 }
</style>

border-color css

<style>
 span { border-color: #294A52; }

 span { border-color: rgb(41,74,82); }

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