#29264E

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

Shades of Paua #29264E

Tints of Paua #29264E

Color information

#29264E (or 0x29264E) is unknown color: approx Paua. HEX triplet: 29, 26 and 4E. RGB value is (41,38,78). Sum of RGB (Red+Green+Blue) = 41+38+78=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #29264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29264E is #D6D9B1. Grayscale: #2B2B2B. Windows color (decimal): -14080434 or 5121577. OLE color: 5121577.

HSL color Cylindrical-coordinate representation of color #29264E: hue angle of 244.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29264E is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB413878-
CMYK0.470.5100.69
HSL244.5º34.48%22.75%-
HSV(B)244.5º51.28%30.59%-
XYZ2.982.417.52-
YUV43.46147.49126.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 78 (30.86% from 255) = 49.68%
R=26.11%
G=24.20%
B=49.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4138780.470.5100.69244.534.4822.75
Hex29264E2F33045f42217
Octal5146116576301053644227
Binary1010011001101001110101111110011010001011111010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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