Html Css Color HEX #294651 Teal Blue

📋 copy color: '#294651'

red 41 ◦ green 70 ◦ blue 81

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

Shades of Teal Blue #294651

Tints of Teal Blue #294651

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.46%

 BLUE value IS 81 (32.03% from 255) = 42.19%

R = 21.35%
G = 36.46%
B = 42.19%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#294651 (or 0x294651) is known color: Teal Blue. HEX triplet: 29, 46 and 51. RGB value is (41,70,81). Sum of RGB (Red+Green+Blue) = 41+70+81=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #294651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294651 is #D6B9AE. Grayscale: #3E3E3E. Windows color (decimal): -14072239 or 5326377. OLE color: 5326377.

HSL color Cylindrical-coordinate representation of color #294651: hue angle of 196.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #294651 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 70 81 -
CMYK 0.49 0.14 0 0.68
HSL 196.5º 0.33% 0.24% -
HSV(B) 196.5º 0.49% 0.32% -
XYZ 4.59 5.45 8.59 -
YUV 62.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 41 70 81 0.49 0.14 0 0.68 196.5 0.33 0.24
Hex 29 46 51 31 E 0 44 C4 21 18
Octal 51 106 121 61 16 0 104 304 41 30
Binary 101001 1000110 1010001 110001 1110 0 1000100 11000100 100001 11000

Color Harmonies of #294651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294651

Black with #294651

Text Example


Text Example

White with #294651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294651; }

 p { color: rgb(41,70,81); }

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

background-color css

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

 a { background-color: rgb(41,70,81); }

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

border-color css

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

 span { border-color: rgb(41,70,81); }

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