Html Css Color HEX #294A54 Teal Blue

📋 copy color: '#294A54'

red 41 ◦ green 74 ◦ blue 84

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

Shades of Teal Blue #294A54

Tints of Teal Blue #294A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.21%

R = 20.6%
G = 37.19%
B = 42.21%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294A54 (or 0x294A54) is known color: Teal Blue. HEX triplet: 29, 4A and 54. RGB value is (41,74,84). Sum of RGB (Red+Green+Blue) = 41+74+84=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #294A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A54 is #D6B5AB. Grayscale: #414141. Windows color (decimal): -14071212 or 5524009. OLE color: 5524009.

HSL color Cylindrical-coordinate representation of color #294A54: hue angle of 193.95º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #294A54 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 74 84 -
CMYK 0.51 0.12 0 0.67
HSL 193.95º 0.34% 0.25% -
HSV(B) 193.95º 0.51% 0.33% -
XYZ 4.96 6.01 9.29 -
YUV 65.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 41 74 84 0.51 0.12 0 0.67 193.95 0.34 0.25
Hex 29 4A 54 33 C 0 43 C2 22 19
Octal 51 112 124 63 14 0 103 302 42 31
Binary 101001 1001010 1010100 110011 1100 0 1000011 11000010 100010 11001

Color Harmonies of #294A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A54

Black with #294A54

Text Example


Text Example

White with #294A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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