#29235A

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

Shades of Paua #29235A

Tints of Paua #29235A

Color information

#29235A (or 0x29235A) is unknown color: approx Paua. HEX triplet: 29, 23 and 5A. RGB value is (41,35,90). Sum of RGB (Red+Green+Blue) = 41+35+90=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #29235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29235A is #D6DCA5. Grayscale: #2A2A2A. Windows color (decimal): -14081190 or 5907241. OLE color: 5907241.

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

Color convert

RGB413590-
CMYK0.540.6100.65
HSL246.55º44%24.51%-
HSV(B)246.55º61.11%35.29%-
XYZ3.362.419.96-
YUV43.06154.49126.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 35 (14.06% from 255) = 21.08%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=24.70%
G=21.08%
B=54.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4135900.540.6100.65246.554424.51
Hex29235A363D041f72c19
Octal5143132667501013675431
Binary1010011000111011010110110111101010000011111011110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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