#29264C

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

Shades of Paua #29264C

Tints of Paua #29264C

Color information

#29264C (or 0x29264C) is unknown color: approx Paua. HEX triplet: 29, 26 and 4C. RGB value is (41,38,76). Sum of RGB (Red+Green+Blue) = 41+38+76=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #29264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29264C is #D6D9B3. Grayscale: #2B2B2B. Windows color (decimal): -14080436 or 4990505. OLE color: 4990505.

HSL color Cylindrical-coordinate representation of color #29264C: hue angle of 244.74º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #29264C is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB413876-
CMYK0.460.500.70
HSL244.74º33.33%22.35%-
HSV(B)244.74º50%29.8%-
XYZ2.912.387.14-
YUV43.23146.49126.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 76 (30.08% from 255) = 49.03%
R=26.45%
G=24.52%
B=49.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4138760.460.500.70244.7433.3322.35
Hex29264C2E32046f52116
Octal5146114566201063654126
Binary1010011001101001100101110110010010001101111010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29264C; }

 p { color: rgb(41,38,76); }

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

<style>
 a { background-color: #29264C; }

 a { background-color: rgb(41,38,76); }

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

<style>
 span { border-color: #29264C; }

 span { border-color: rgb(41,38,76); }

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