Html Css Color HEX #294550 Teal Blue

📋 copy color: '#294550'

red 41 ◦ green 69 ◦ blue 80

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

Shades of Teal Blue #294550

Tints of Teal Blue #294550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

 BLUE value IS 80 (31.64% from 255) = 42.11%

R = 21.58%
G = 36.32%
B = 42.11%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#294550 (or 0x294550) is known color: Teal Blue. HEX triplet: 29, 45 and 50. RGB value is (41,69,80). Sum of RGB (Red+Green+Blue) = 41+69+80=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #294550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294550 is #D6BAAF. Grayscale: #3D3D3D. Windows color (decimal): -14072496 or 5260585. OLE color: 5260585.

HSL color Cylindrical-coordinate representation of color #294550: hue angle of 196.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #294550 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 69 80 -
CMYK 0.49 0.14 0 0.69
HSL 196.92º 0.32% 0.24% -
HSV(B) 196.92º 0.49% 0.31% -
XYZ 4.49 5.31 8.38 -
YUV 61.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 41 69 80 0.49 0.14 0 0.69 196.92 0.32 0.24
Hex 29 45 50 31 E 0 45 C5 20 18
Octal 51 105 120 61 16 0 105 305 40 30
Binary 101001 1000101 1010000 110001 1110 0 1000101 11000101 100000 11000

Color Harmonies of #294550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294550

Black with #294550

Text Example


Text Example

White with #294550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294550; }

 p { color: rgb(41,69,80); }

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

background-color css

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

 a { background-color: rgb(41,69,80); }

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

border-color css

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

 span { border-color: rgb(41,69,80); }

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