Html Css Color HEX #294955 Teal Blue

📋 copy color: '#294955'

red 41 ◦ green 73 ◦ blue 85

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

Shades of Teal Blue #294955

Tints of Teal Blue #294955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.68%

 BLUE value IS 85 (33.59% from 255) = 42.71%

R = 20.6%
G = 36.68%
B = 42.71%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294955 (or 0x294955) is known color: Teal Blue. HEX triplet: 29, 49 and 55. RGB value is (41,73,85). Sum of RGB (Red+Green+Blue) = 41+73+85=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #294955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294955 is #D6B6AA. Grayscale: #404040. Windows color (decimal): -14071467 or 5589289. OLE color: 5589289.

HSL color Cylindrical-coordinate representation of color #294955: hue angle of 196.36º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294955 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 73 85 -
CMYK 0.52 0.14 0 0.67
HSL 196.36º 0.35% 0.25% -
HSV(B) 196.36º 0.52% 0.33% -
XYZ 4.94 5.89 9.47 -
YUV 64.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 41 73 85 0.52 0.14 0 0.67 196.36 0.35 0.25
Hex 29 49 55 34 E 0 43 C4 23 19
Octal 51 111 125 64 16 0 103 304 43 31
Binary 101001 1001001 1010101 110100 1110 0 1000011 11000100 100011 11001

Color Harmonies of #294955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294955

Black with #294955

Text Example


Text Example

White with #294955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294955; }

 p { color: rgb(41,73,85); }

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

background-color css

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

 a { background-color: rgb(41,73,85); }

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

border-color css

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

 span { border-color: rgb(41,73,85); }

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