Html Css Color HEX #294751 Teal Blue

📋 copy color: '#294751'

red 41 ◦ green 71 ◦ blue 81

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

Shades of Teal Blue #294751

Tints of Teal Blue #294751

RGB

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

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

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

R = 21.24%
G = 36.79%
B = 41.97%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#294751 (or 0x294751) is known color: Teal Blue. HEX triplet: 29, 47 and 51. RGB value is (41,71,81). Sum of RGB (Red+Green+Blue) = 41+71+81=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #294751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294751 is #D6B8AE. Grayscale: #3F3F3F. Windows color (decimal): -14071983 or 5326633. OLE color: 5326633.

HSL color Cylindrical-coordinate representation of color #294751: hue angle of 195º 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 #294751 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 71 81 -
CMYK 0.49 0.12 0 0.68
HSL 195º 0.33% 0.24% -
HSV(B) 195º 0.49% 0.32% -
XYZ 4.65 5.57 8.61 -
YUV 63.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 41 71 81 0.49 0.12 0 0.68 195 0.33 0.24
Hex 29 47 51 31 C 0 44 C3 21 18
Octal 51 107 121 61 14 0 104 303 41 30
Binary 101001 1000111 1010001 110001 1100 0 1000100 11000011 100001 11000

Color Harmonies of #294751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294751

Black with #294751

Text Example


Text Example

White with #294751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294751; }

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

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

background-color css

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

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

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

border-color css

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

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

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