Html Css Color HEX #294851 Teal Blue

📋 copy color: '#294851'

red 41 ◦ green 72 ◦ blue 81

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

Shades of Teal Blue #294851

Tints of Teal Blue #294851

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.11%

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

R = 21.13%
G = 37.11%
B = 41.75%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#294851 (or 0x294851) is known color: Teal Blue. HEX triplet: 29, 48 and 51. RGB value is (41,72,81). Sum of RGB (Red+Green+Blue) = 41+72+81=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #294851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294851 is #D6B7AE. Grayscale: #3F3F3F. Windows color (decimal): -14071727 or 5326889. OLE color: 5326889.

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

Color convert

RGB 41 72 81 -
CMYK 0.49 0.11 0 0.68
HSL 193.5º 0.33% 0.24% -
HSV(B) 193.5º 0.49% 0.32% -
XYZ 4.72 5.7 8.64 -
YUV 63.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 41 72 81 0.49 0.11 0 0.68 193.5 0.33 0.24
Hex 29 48 51 31 B 0 44 C2 21 18
Octal 51 110 121 61 13 0 104 302 41 30
Binary 101001 1001000 1010001 110001 1011 0 1000100 11000010 100001 11000

Color Harmonies of #294851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294851

Black with #294851

Text Example


Text Example

White with #294851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294851; }

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

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

background-color css

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

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

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

border-color css

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

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

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