#29224D

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

Shades of Paua #29224D

Tints of Paua #29224D

Color information

#29224D (or 0x29224D) is unknown color: approx Paua. HEX triplet: 29, 22 and 4D. RGB value is (41,34,77). Sum of RGB (Red+Green+Blue) = 41+34+77=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #29224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29224D is #D6DDB2. Grayscale: #282828. Windows color (decimal): -14081459 or 5055017. OLE color: 5055017.

HSL color Cylindrical-coordinate representation of color #29224D: hue angle of 249.77º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29224D is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB413477-
CMYK0.470.5600.70
HSL249.77º38.74%21.76%-
HSV(B)249.77º55.84%30.2%-
XYZ2.832.157.29-
YUV41148.32128-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 77 (30.47% from 255) = 50.66%
R=26.97%
G=22.37%
B=50.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4134770.470.5600.70249.7738.7421.76
Hex29224D2F38046fa2716
Octal5142115577001063724726
Binary1010011000101001101101111111000010001101111101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29224D; }

 p { color: rgb(41,34,77); }

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

<style>
 a { background-color: #29224D; }

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

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

<style>
 span { border-color: #29224D; }

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

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