#293E47

Color #293E47 Tarawera (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tarawera #293E47

Tints of Tarawera #293E47

Color information

#293E47 (or 0x293E47) is unknown color: approx Tarawera. HEX triplet: 29, 3E and 47. RGB value is (41,62,71). Sum of RGB (Red+Green+Blue) = 41+62+71=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #293E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E47 is #D6C1B8. Grayscale: #383838. Windows color (decimal): -14074297 or 4668969. OLE color: 4668969.

HSL color Cylindrical-coordinate representation of color #293E47: hue angle of 198º 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 #293E47 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB416271-
CMYK0.420.1300.72
HSL198º26.79%21.96%-
HSV(B)198º42.25%27.84%-
XYZ3.774.376.61-
YUV56.75136.04116.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 71 (28.12% from 255) = 40.80%
R=23.56%
G=35.63%
B=40.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4162710.420.1300.7219826.7921.96
Hex293E472AD048c61b16
Octal5176107521501103063326
Binary1010011111101000111101010110101001000110001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293E47; }

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

 H1.HeaderClassName
 {
   color: #293E47;
 }
 .AnyTagClassName
 {
   color: #293E47;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #293E47;
 }
 .BgClassName
 {
   background-color: #293E47;
 }
</style>
border-color css

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

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

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