#29295A

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

Shades of Paua #29295A

Tints of Paua #29295A

Color information

#29295A (or 0x29295A) is unknown color: approx Paua. HEX triplet: 29, 29 and 5A. RGB value is (41,41,90). Sum of RGB (Red+Green+Blue) = 41+41+90=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #29295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29295A is #D6D6A5. Grayscale: #2E2E2E. Windows color (decimal): -14079654 or 5908777. OLE color: 5908777.

HSL color Cylindrical-coordinate representation of color #29295A: hue angle of 240º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29295A is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB414190-
CMYK0.540.5400.65
HSL240º37.4%25.69%-
HSV(B)240º54.44%35.29%-
XYZ3.552.810.03-
YUV46.59152.5124.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.84%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 90 (35.55% from 255) = 52.33%
R=23.84%
G=23.84%
B=52.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4141900.540.5400.6524037.425.69
Hex29295A3636041f0251a
Octal5151132666601013604532
Binary1010011010011011010110110110110010000011111000010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29295A; }

 p { color: rgb(41,41,90); }

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

<style>
 a { background-color: #29295A; }

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

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

<style>
 span { border-color: #29295A; }

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

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