#293A46

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

Shades of Tarawera #293A46

Tints of Tarawera #293A46

Color information

#293A46 (or 0x293A46) is unknown color: approx Tarawera. HEX triplet: 29, 3A and 46. RGB value is (41,58,70). Sum of RGB (Red+Green+Blue) = 41+58+70=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #293A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A46 is #D6C5B9. Grayscale: #363636. Windows color (decimal): -14075322 or 4602409. OLE color: 4602409.

HSL color Cylindrical-coordinate representation of color #293A46: hue angle of 204.83º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #293A46 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB415870-
CMYK0.410.1700.73
HSL204.83º26.13%21.76%-
HSV(B)204.83º41.43%27.45%-
XYZ3.533.946.37-
YUV54.28136.87118.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 70 (27.73% from 255) = 41.42%
R=24.26%
G=34.32%
B=41.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4158700.410.1700.73204.8326.1321.76
Hex293A462911049cd1a16
Octal5172106512101113153226
Binary10100111101010001101010011000101001001110011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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