#29234F

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

Shades of Paua #29234F

Tints of Paua #29234F

Color information

#29234F (or 0x29234F) is unknown color: approx Paua. HEX triplet: 29, 23 and 4F. RGB value is (41,35,79). Sum of RGB (Red+Green+Blue) = 41+35+79=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #29234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29234F is #D6DCB0. Grayscale: #292929. Windows color (decimal): -14081201 or 5186345. OLE color: 5186345.

HSL color Cylindrical-coordinate representation of color #29234F: hue angle of 248.18º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29234F is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB413579-
CMYK0.480.5600.69
HSL248.18º38.6%22.35%-
HSV(B)248.18º55.7%30.98%-
XYZ2.932.247.67-
YUV41.81148.99127.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 79 (31.25% from 255) = 50.97%
R=26.45%
G=22.58%
B=50.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4135790.480.5600.69248.1838.622.35
Hex29234F3038045f82716
Octal5143117607001053704726
Binary1010011000111001111110000111000010001011111100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29234F; }

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

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

<style>
 a { background-color: #29234F; }

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

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

<style>
 span { border-color: #29234F; }

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

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