Html Css Color HEX #294655 Teal Blue

📋 copy color: '#294655'

red 41 ◦ green 70 ◦ blue 85

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

Shades of Teal Blue #294655

Tints of Teal Blue #294655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.37%

R = 20.92%
G = 35.71%
B = 43.37%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294655 (or 0x294655) is known color: Teal Blue. HEX triplet: 29, 46 and 55. RGB value is (41,70,85). Sum of RGB (Red+Green+Blue) = 41+70+85=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #294655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294655 is #D6B9AA. Grayscale: #3E3E3E. Windows color (decimal): -14072235 or 5588521. OLE color: 5588521.

HSL color Cylindrical-coordinate representation of color #294655: hue angle of 200.45º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294655 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 70 85 -
CMYK 0.52 0.18 0 0.67
HSL 200.45º 0.35% 0.25% -
HSV(B) 200.45º 0.52% 0.33% -
XYZ 4.74 5.51 9.41 -
YUV 63.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 41 70 85 0.52 0.18 0 0.67 200.45 0.35 0.25
Hex 29 46 55 34 12 0 43 C8 23 19
Octal 51 106 125 64 22 0 103 310 43 31
Binary 101001 1000110 1010101 110100 10010 0 1000011 11001000 100011 11001

Color Harmonies of #294655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294655

Black with #294655

Text Example


Text Example

White with #294655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294655; }

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

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

background-color css

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

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

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

border-color css

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

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

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