#29284D

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

Shades of Paua #29284D

Tints of Paua #29284D

Color information

#29284D (or 0x29284D) is unknown color: approx Paua. HEX triplet: 29, 28 and 4D. RGB value is (41,40,77). Sum of RGB (Red+Green+Blue) = 41+40+77=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #29284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29284D is #D6D7B2. Grayscale: #2C2C2C. Windows color (decimal): -14079923 or 5056553. OLE color: 5056553.

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

Color convert

RGB414077-
CMYK0.470.4800.70
HSL241.62º31.62%22.94%-
HSV(B)241.62º48.05%30.2%-
XYZ3.012.527.35-
YUV44.52146.33125.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 77 (30.47% from 255) = 48.73%
R=25.95%
G=25.32%
B=48.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4140770.470.4800.70241.6231.6222.94
Hex29284D2F30046f22017
Octal5150115576001063624027
Binary1010011010001001101101111110000010001101111001010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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