#293A48

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

Shades of Tarawera #293A48

Tints of Tarawera #293A48

Color information

#293A48 (or 0x293A48) is unknown color: approx Tarawera. HEX triplet: 29, 3A and 48. RGB value is (41,58,72). Sum of RGB (Red+Green+Blue) = 41+58+72=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #293A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A48 is #D6C5B7. Grayscale: #363636. Windows color (decimal): -14075320 or 4733481. OLE color: 4733481.

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

Color convert

RGB415872-
CMYK0.430.1900.72
HSL207.1º27.43%22.16%-
HSV(B)207.1º43.06%28.24%-
XYZ3.63.976.71-
YUV54.51137.87118.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 72 (28.52% from 255) = 42.11%
R=23.98%
G=33.92%
B=42.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4158720.430.1900.72207.127.4322.16
Hex293A482B13048cf1b16
Octal5172110532301103173326
Binary10100111101010010001010111001101001000110011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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