Html Css Color HEX #294850 Teal Blue

📋 copy color: '#294850'

red 41 ◦ green 72 ◦ blue 80

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

Shades of Teal Blue #294850

Tints of Teal Blue #294850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.31%

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

R = 21.24%
G = 37.31%
B = 41.45%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#294850 (or 0x294850) is known color: Teal Blue. HEX triplet: 29, 48 and 50. RGB value is (41,72,80). Sum of RGB (Red+Green+Blue) = 41+72+80=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #294850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294850 is #D6B7AF. Grayscale: #3F3F3F. Windows color (decimal): -14071728 or 5261353. OLE color: 5261353.

HSL color Cylindrical-coordinate representation of color #294850: hue angle of 192.31º 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 #294850 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 72 80 -
CMYK 0.49 0.10 0 0.69
HSL 192.31º 0.32% 0.24% -
HSV(B) 192.31º 0.49% 0.31% -
XYZ 4.68 5.69 8.44 -
YUV 63.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 41 72 80 0.49 0.10 0 0.69 192.31 0.32 0.24
Hex 29 48 50 31 A 0 45 C0 20 18
Octal 51 110 120 61 12 0 105 300 40 30
Binary 101001 1001000 1010000 110001 1010 0 1000101 11000000 100000 11000

Color Harmonies of #294850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294850

Black with #294850

Text Example


Text Example

White with #294850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294850; }

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

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

background-color css

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

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

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

border-color css

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

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

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