Html Css Color HEX #294553 Teal Blue

📋 copy color: '#294553'

red 41 ◦ green 69 ◦ blue 83

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

Shades of Teal Blue #294553

Tints of Teal Blue #294553

RGB

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

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

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

R = 21.24%
G = 35.75%
B = 43.01%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294553 (or 0x294553) is known color: Teal Blue. HEX triplet: 29, 45 and 53. RGB value is (41,69,83). Sum of RGB (Red+Green+Blue) = 41+69+83=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #294553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294553 is #D6BAAC. Grayscale: #3E3E3E. Windows color (decimal): -14072493 or 5457193. OLE color: 5457193.

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

Color convert

RGB 41 69 83 -
CMYK 0.51 0.17 0 0.67
HSL 200º 0.34% 0.24% -
HSV(B) 200º 0.51% 0.33% -
XYZ 4.6 5.35 8.97 -
YUV 62.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 41 69 83 0.51 0.17 0 0.67 200 0.34 0.24
Hex 29 45 53 33 11 0 43 C8 22 18
Octal 51 105 123 63 21 0 103 310 42 30
Binary 101001 1000101 1010011 110011 10001 0 1000011 11001000 100010 11000

Color Harmonies of #294553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294553

Black with #294553

Text Example


Text Example

White with #294553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294553; }

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

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

background-color css

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

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

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

border-color css

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

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

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