#29264D

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

Shades of Paua #29264D

Tints of Paua #29264D

Color information

#29264D (or 0x29264D) is unknown color: approx Paua. HEX triplet: 29, 26 and 4D. RGB value is (41,38,77). Sum of RGB (Red+Green+Blue) = 41+38+77=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #29264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29264D is #D6D9B2. Grayscale: #2B2B2B. Windows color (decimal): -14080435 or 5056041. OLE color: 5056041.

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

Color convert

RGB413877-
CMYK0.470.5100.70
HSL244.62º33.91%22.55%-
HSV(B)244.62º50.65%30.2%-
XYZ2.952.397.33-
YUV43.34146.99126.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 77 (30.47% from 255) = 49.36%
R=26.28%
G=24.36%
B=49.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4138770.470.5100.70244.6233.9122.55
Hex29264D2F33046f52217
Octal5146115576301063654227
Binary1010011001101001101101111110011010001101111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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