Html Css Color HEX #294C58 Teal Blue

📋 copy color: '#294C58'

red 41 ◦ green 76 ◦ blue 88

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

Shades of Teal Blue #294C58

Tints of Teal Blue #294C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.07%

 BLUE value IS 88 (34.77% from 255) = 42.93%

R = 20%
G = 37.07%
B = 42.93%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#294C58 (or 0x294C58) is known color: Teal Blue. HEX triplet: 29, 4C and 58. RGB value is (41,76,88). Sum of RGB (Red+Green+Blue) = 41+76+88=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #294C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C58 is #D6B3A7. Grayscale: #424242. Windows color (decimal): -14070696 or 5786665. OLE color: 5786665.

HSL color Cylindrical-coordinate representation of color #294C58: hue angle of 195.32º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294C58 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 76 88 -
CMYK 0.53 0.14 0 0.65
HSL 195.32º 0.36% 0.25% -
HSV(B) 195.32º 0.53% 0.35% -
XYZ 5.26 6.34 10.18 -
YUV 66.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 41 76 88 0.53 0.14 0 0.65 195.32 0.36 0.25
Hex 29 4C 58 35 E 0 41 C3 24 19
Octal 51 114 130 65 16 0 101 303 44 31
Binary 101001 1001100 1011000 110101 1110 0 1000001 11000011 100100 11001

Color Harmonies of #294C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C58

Black with #294C58

Text Example


Text Example

White with #294C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,76,88); }

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

background-color css

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

 a { background-color: rgb(41,76,88); }

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

border-color css

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

 span { border-color: rgb(41,76,88); }

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