#293E48

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

Shades of Tarawera #293E48

Tints of Tarawera #293E48

Color information

#293E48 (or 0x293E48) is unknown color: approx Tarawera. HEX triplet: 29, 3E and 48. RGB value is (41,62,72). Sum of RGB (Red+Green+Blue) = 41+62+72=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #293E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E48 is #D6C1B7. Grayscale: #383838. Windows color (decimal): -14074296 or 4734505. OLE color: 4734505.

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

Color convert

RGB416272-
CMYK0.430.1400.72
HSL199.35º27.43%22.16%-
HSV(B)199.35º43.06%28.24%-
XYZ3.814.386.78-
YUV56.86136.54116.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=23.43%
G=35.43%
B=41.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4162720.430.1400.72199.3527.4322.16
Hex293E482BE048c71b16
Octal5176110531601103073326
Binary1010011111101001000101011111001001000110001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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