#2B3E48

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

Shades of Tarawera #2B3E48

Tints of Tarawera #2B3E48

Color information

#2B3E48 (or 0x2B3E48) is unknown color: approx Tarawera. HEX triplet: 2B, 3E and 48. RGB value is (43,62,72). Sum of RGB (Red+Green+Blue) = 43+62+72=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B3E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3E48 is #D4C1B7. Grayscale: #393939. Windows color (decimal): -13943224 or 4734507. OLE color: 4734507.

HSL color Cylindrical-coordinate representation of color #2B3E48: hue angle of 200.69º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B3E48 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB436272-
CMYK0.400.1400.72
HSL200.69º25.22%22.55%-
HSV(B)200.69º40.28%28.24%-
XYZ3.894.436.78-
YUV57.46136.21117.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.29%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=24.29%
G=35.03%
B=40.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4362720.400.1400.72200.6925.2222.55
Hex2B3E4828E048c91917
Octal5376110501601103113127
Binary1010111111101001000101000111001001000110010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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