#2A3E48

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

Shades of Tarawera #2A3E48

Tints of Tarawera #2A3E48

Color information

#2A3E48 (or 0x2A3E48) is unknown color: approx Tarawera. HEX triplet: 2A, 3E and 48. RGB value is (42,62,72). Sum of RGB (Red+Green+Blue) = 42+62+72=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A3E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3E48 is #D5C1B7. Grayscale: #393939. Windows color (decimal): -14008760 or 4734506. OLE color: 4734506.

HSL color Cylindrical-coordinate representation of color #2A3E48: hue angle of 200º degrees, saturation: 0.26, 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 #2A3E48 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB426272-
CMYK0.420.1400.72
HSL200º26.32%22.35%-
HSV(B)200º41.67%28.24%-
XYZ3.854.416.78-
YUV57.16136.37117.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.86%
GREEN value IS 62 (24.61% from 255) = 35.23%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=23.86%
G=35.23%
B=40.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4262720.420.1400.7220026.3222.35
Hex2A3E482AE048c81a16
Octal5276110521601103103226
Binary1010101111101001000101010111001001000110010001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A3E48; }

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

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

<style>
 a { background-color: #2A3E48; }

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

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

<style>
 span { border-color: #2A3E48; }

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

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