#2C3B47

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

Shades of Tarawera #2C3B47

Tints of Tarawera #2C3B47

Color information

#2C3B47 (or 0x2C3B47) is unknown color: approx Tarawera. HEX triplet: 2C, 3B and 47. RGB value is (44,59,71). Sum of RGB (Red+Green+Blue) = 44+59+71=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C3B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3B47 is #D3C4B8. Grayscale: #373737. Windows color (decimal): -13878457 or 4668204. OLE color: 4668204.

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

Color convert

RGB445971-
CMYK0.380.1700.72
HSL206.67º23.48%22.55%-
HSV(B)206.67º38.03%27.84%-
XYZ3.744.126.56-
YUV55.88136.53119.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.29%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 71 (28.12% from 255) = 40.80%
R=25.29%
G=33.91%
B=40.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4459710.380.1700.72206.6723.4822.55
Hex2C3B472611048cf1717
Octal5473107462101103172727
Binary10110011101110001111001101000101001000110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,59,71); }

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

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

 a { background-color: rgb(44,59,71); }

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

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

 span { border-color: rgb(44,59,71); }

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