#2C2947

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

Shades of Paua #2C2947

Tints of Paua #2C2947

Color information

#2C2947 (or 0x2C2947) is unknown color: approx Paua. HEX triplet: 2C, 29 and 47. RGB value is (44,41,71). Sum of RGB (Red+Green+Blue) = 44+41+71=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C2947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2947 is #D3D6B8. Grayscale: #2D2D2D. Windows color (decimal): -13883065 or 4663596. OLE color: 4663596.

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

Color convert

RGB444171-
CMYK0.380.4200.72
HSL246º26.79%21.96%-
HSV(B)246º42.25%27.84%-
XYZ2.972.586.3-
YUV45.32142.49127.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.21%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 71 (28.12% from 255) = 45.51%
R=28.21%
G=26.28%
B=45.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4441710.380.4200.7224626.7921.96
Hex2C2947262A048f61b16
Octal5451107465201103663326
Binary101100101001100011110011010101001001000111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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