#29265C

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

Shades of Paua #29265C

Tints of Paua #29265C

Color information

#29265C (or 0x29265C) is unknown color: approx Paua. HEX triplet: 29, 26 and 5C. RGB value is (41,38,92). Sum of RGB (Red+Green+Blue) = 41+38+92=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #29265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29265C is #D6D9A3. Grayscale: #2C2C2C. Windows color (decimal): -14080420 or 6039081. OLE color: 6039081.

HSL color Cylindrical-coordinate representation of color #29265C: hue angle of 243.33º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29265C is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB413892-
CMYK0.550.5900.64
HSL243.33º41.54%25.49%-
HSV(B)243.33º58.7%36.08%-
XYZ3.542.6310.45-
YUV45.05154.49125.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 92 (36.33% from 255) = 53.80%
R=23.98%
G=22.22%
B=53.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4138920.550.5900.64243.3341.5425.49
Hex29265C373B040f32a19
Octal5146134677301003635231
Binary1010011001101011100110111111011010000001111001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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