Html Css Color HEX #294551 Teal Blue

📋 copy color: '#294551'

red 41 ◦ green 69 ◦ blue 81

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

Shades of Teal Blue #294551

Tints of Teal Blue #294551

RGB

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

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

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

R = 21.47%
G = 36.13%
B = 42.41%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#294551 (or 0x294551) is known color: Teal Blue. HEX triplet: 29, 45 and 51. RGB value is (41,69,81). Sum of RGB (Red+Green+Blue) = 41+69+81=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #294551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294551 is #D6BAAE. Grayscale: #3D3D3D. Windows color (decimal): -14072495 or 5326121. OLE color: 5326121.

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

Color convert

RGB 41 69 81 -
CMYK 0.49 0.15 0 0.68
HSL 198º 0.33% 0.24% -
HSV(B) 198º 0.49% 0.32% -
XYZ 4.53 5.32 8.57 -
YUV 62 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 41 69 81 0.49 0.15 0 0.68 198 0.33 0.24
Hex 29 45 51 31 F 0 44 C6 21 18
Octal 51 105 121 61 17 0 104 306 41 30
Binary 101001 1000101 1010001 110001 1111 0 1000100 11000110 100001 11000

Color Harmonies of #294551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294551

Black with #294551

Text Example


Text Example

White with #294551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294551; }

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

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

background-color css

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

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

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

border-color css

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

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

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