#29264F

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

Shades of Paua #29264F

Tints of Paua #29264F

Color information

#29264F (or 0x29264F) is unknown color: approx Paua. HEX triplet: 29, 26 and 4F. RGB value is (41,38,79). Sum of RGB (Red+Green+Blue) = 41+38+79=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #29264F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29264F is #D6D9B0. Grayscale: #2B2B2B. Windows color (decimal): -14080433 or 5187113. OLE color: 5187113.

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

Color convert

RGB413879-
CMYK0.480.5200.69
HSL244.39º35.04%22.94%-
HSV(B)244.39º51.9%30.98%-
XYZ3.022.427.71-
YUV43.57147.99126.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 79 (31.25% from 255) = 50%
R=25.95%
G=24.05%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4138790.480.5200.69244.3935.0422.94
Hex29264F3034045f42317
Octal5146117606401053644327
Binary1010011001101001111110000110100010001011111010010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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