Html Css Color HEX #294A58 Teal Blue

📋 copy color: '#294A58'

red 41 ◦ green 74 ◦ blue 88

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

Shades of Teal Blue #294A58

Tints of Teal Blue #294A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.35%

R = 20.2%
G = 36.45%
B = 43.35%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#294A58 (or 0x294A58) is known color: Teal Blue. HEX triplet: 29, 4A and 58. RGB value is (41,74,88). Sum of RGB (Red+Green+Blue) = 41+74+88=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #294A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A58 is #D6B5A7. Grayscale: #414141. Windows color (decimal): -14071208 or 5786153. OLE color: 5786153.

HSL color Cylindrical-coordinate representation of color #294A58: hue angle of 197.87º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294A58 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 74 88 -
CMYK 0.53 0.16 0 0.65
HSL 197.87º 0.36% 0.25% -
HSV(B) 197.87º 0.53% 0.35% -
XYZ 5.12 6.07 10.13 -
YUV 65.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 41 74 88 0.53 0.16 0 0.65 197.87 0.36 0.25
Hex 29 4A 58 35 10 0 41 C6 24 19
Octal 51 112 130 65 20 0 101 306 44 31
Binary 101001 1001010 1011000 110101 10000 0 1000001 11000110 100100 11001

Color Harmonies of #294A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A58

Black with #294A58

Text Example


Text Example

White with #294A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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