#2B3A47

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

Shades of Tarawera #2B3A47

Tints of Tarawera #2B3A47

Color information

#2B3A47 (or 0x2B3A47) is unknown color: approx Tarawera. HEX triplet: 2B, 3A and 47. RGB value is (43,58,71). Sum of RGB (Red+Green+Blue) = 43+58+71=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B3A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3A47 is #D4C5B8. Grayscale: #363636. Windows color (decimal): -13944249 or 4667947. OLE color: 4667947.

HSL color Cylindrical-coordinate representation of color #2B3A47: hue angle of 207.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B3A47 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB435871-
CMYK0.390.1800.72
HSL207.86º24.56%22.35%-
HSV(B)207.86º39.44%27.84%-
XYZ3.653.996.54-
YUV55137.03119.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 71 (28.12% from 255) = 41.28%
R=25%
G=33.72%
B=41.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4358710.390.1800.72207.8624.5622.35
Hex2B3A472712048d01916
Octal5372107472201103203126
Binary10101111101010001111001111001001001000110100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,58,71); }

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

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

 a { background-color: rgb(43,58,71); }

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

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

 span { border-color: rgb(43,58,71); }

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