#2B3A48

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

Shades of Tarawera #2B3A48

Tints of Tarawera #2B3A48

Color information

#2B3A48 (or 0x2B3A48) is unknown color: approx Tarawera. HEX triplet: 2B, 3A and 48. RGB value is (43,58,72). Sum of RGB (Red+Green+Blue) = 43+58+72=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B3A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3A48 is #D4C5B7. Grayscale: #373737. Windows color (decimal): -13944248 or 4733483. OLE color: 4733483.

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

Color convert

RGB435872-
CMYK0.400.1900.72
HSL208.97º25.22%22.55%-
HSV(B)208.97º40.28%28.24%-
XYZ3.684.016.71-
YUV55.11137.53119.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.86%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 72 (28.52% from 255) = 41.62%
R=24.86%
G=33.53%
B=41.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4358720.400.1900.72208.9725.2222.55
Hex2B3A482813048d11917
Octal5372110502301103213127
Binary10101111101010010001010001001101001000110100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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