Html Css Color HEX #294047 Tarawera

📋 copy color: '#294047'

red 41 ◦ green 64 ◦ blue 71

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

Shades of Tarawera #294047

Tints of Tarawera #294047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.34%

R = 23.3%
G = 36.36%
B = 40.34%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#294047 (or 0x294047) is known color: Tarawera. HEX triplet: 29, 40 and 47. RGB value is (41,64,71). Sum of RGB (Red+Green+Blue) = 41+64+71=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 71 - color contains mainly: blue. Hex color #294047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294047 is #D6BFB8. Grayscale: #393939. Windows color (decimal): -14073785 or 4669481. OLE color: 4669481.

HSL color Cylindrical-coordinate representation of color #294047: hue angle of 194º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #294047 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 64 71 -
CMYK 0.42 0.10 0 0.72
HSL 194º 0.27% 0.22% -
HSV(B) 194º 0.42% 0.28% -
XYZ 3.89 4.59 6.64 -
YUV 57.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 41 64 71 0.42 0.10 0 0.72 194 0.27 0.22
Hex 29 40 47 2A A 0 48 C2 1B 16
Octal 51 100 107 52 12 0 110 302 33 26
Binary 101001 1000000 1000111 101010 1010 0 1001000 11000010 11011 10110

Color Harmonies of #294047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294047

Black with #294047

Text Example


Text Example

White with #294047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294047; }

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

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

background-color css

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

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

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

border-color css

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

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

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