#293C46

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

Shades of Tarawera #293C46

Tints of Tarawera #293C46

Color information

#293C46 (or 0x293C46) is unknown color: approx Tarawera. HEX triplet: 29, 3C and 46. RGB value is (41,60,70). Sum of RGB (Red+Green+Blue) = 41+60+70=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 70 - color contains mainly: blue. Hex color #293C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C46 is #D6C3B9. Grayscale: #373737. Windows color (decimal): -14074810 or 4602921. OLE color: 4602921.

HSL color Cylindrical-coordinate representation of color #293C46: hue angle of 200.69º 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 #293C46 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB416070-
CMYK0.410.1400.73
HSL200.69º26.13%21.76%-
HSV(B)200.69º41.43%27.45%-
XYZ3.644.156.4-
YUV55.46136.21117.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 60 (23.83% from 255) = 35.09%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=23.98%
G=35.09%
B=40.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4160700.410.1400.73200.6926.1321.76
Hex293C4629E049c91a16
Octal5174106511601113113226
Binary1010011111001000110101001111001001001110010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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