Html Css Color HEX #294A53 Teal Blue

📋 copy color: '#294A53'

red 41 ◦ green 74 ◦ blue 83

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

Shades of Teal Blue #294A53

Tints of Teal Blue #294A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 20.71%
G = 37.37%
B = 41.92%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294A53 (or 0x294A53) is known color: Teal Blue. HEX triplet: 29, 4A and 53. RGB value is (41,74,83). Sum of RGB (Red+Green+Blue) = 41+74+83=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #294A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A53 is #D6B5AC. Grayscale: #414141. Windows color (decimal): -14071213 or 5458473. OLE color: 5458473.

HSL color Cylindrical-coordinate representation of color #294A53: hue angle of 192.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #294A53 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 74 83 -
CMYK 0.51 0.11 0 0.67
HSL 192.86º 0.34% 0.24% -
HSV(B) 192.86º 0.51% 0.33% -
XYZ 4.92 5.99 9.08 -
YUV 65.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 41 74 83 0.51 0.11 0 0.67 192.86 0.34 0.24
Hex 29 4A 53 33 B 0 43 C1 22 18
Octal 51 112 123 63 13 0 103 301 42 30
Binary 101001 1001010 1010011 110011 1011 0 1000011 11000001 100010 11000

Color Harmonies of #294A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A53

Black with #294A53

Text Example


Text Example

White with #294A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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