Html Css Color HEX #294049 Tarawera

📋 copy color: '#294049'

red 41 ◦ green 64 ◦ blue 73

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

Shades of Tarawera #294049

Tints of Tarawera #294049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.96%

 BLUE value IS 73 (28.91% from 255) = 41.01%

R = 23.03%
G = 35.96%
B = 41.01%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#294049 (or 0x294049) is known color: Tarawera. HEX triplet: 29, 40 and 49. RGB value is (41,64,73). Sum of RGB (Red+Green+Blue) = 41+64+73=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 73 - color contains mainly: blue. Hex color #294049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294049 is #D6BFB6. Grayscale: #3A3A3A. Windows color (decimal): -14073783 or 4800553. OLE color: 4800553.

HSL color Cylindrical-coordinate representation of color #294049: hue angle of 196.88º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #294049 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 64 73 -
CMYK 0.44 0.12 0 0.71
HSL 196.88º 0.28% 0.22% -
HSV(B) 196.88º 0.44% 0.29% -
XYZ 3.95 4.62 6.99 -
YUV 58.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 41 64 73 0.44 0.12 0 0.71 196.88 0.28 0.22
Hex 29 40 49 2C C 0 47 C5 1C 16
Octal 51 100 111 54 14 0 107 305 34 26
Binary 101001 1000000 1001001 101100 1100 0 1000111 11000101 11100 10110

Color Harmonies of #294049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294049

Black with #294049

Text Example


Text Example

White with #294049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294049; }

 p { color: rgb(41,64,73); }

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

background-color css

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

 a { background-color: rgb(41,64,73); }

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

border-color css

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

 span { border-color: rgb(41,64,73); }

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