Html Css Color HEX #294754 Teal Blue

📋 copy color: '#294754'

red 41 ◦ green 71 ◦ blue 84

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

Shades of Teal Blue #294754

Tints of Teal Blue #294754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.22%

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

R = 20.92%
G = 36.22%
B = 42.86%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294754 (or 0x294754) is known color: Teal Blue. HEX triplet: 29, 47 and 54. RGB value is (41,71,84). Sum of RGB (Red+Green+Blue) = 41+71+84=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #294754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294754 is #D6B8AB. Grayscale: #3F3F3F. Windows color (decimal): -14071980 or 5523241. OLE color: 5523241.

HSL color Cylindrical-coordinate representation of color #294754: hue angle of 198.14º 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 #294754 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 71 84 -
CMYK 0.51 0.15 0 0.67
HSL 198.14º 0.34% 0.25% -
HSV(B) 198.14º 0.51% 0.33% -
XYZ 4.77 5.62 9.22 -
YUV 63.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 41 71 84 0.51 0.15 0 0.67 198.14 0.34 0.25
Hex 29 47 54 33 F 0 43 C6 22 19
Octal 51 107 124 63 17 0 103 306 42 31
Binary 101001 1000111 1010100 110011 1111 0 1000011 11000110 100010 11001

Color Harmonies of #294754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294754

Black with #294754

Text Example


Text Example

White with #294754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294754; }

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

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

background-color css

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

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

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

border-color css

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

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

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