#29235B

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

Shades of Paua #29235B

Tints of Paua #29235B

Color information

#29235B (or 0x29235B) is unknown color: approx Paua. HEX triplet: 29, 23 and 5B. RGB value is (41,35,91). Sum of RGB (Red+Green+Blue) = 41+35+91=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #29235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29235B is #D6DCA4. Grayscale: #2A2A2A. Windows color (decimal): -14081189 or 5972777. OLE color: 5972777.

HSL color Cylindrical-coordinate representation of color #29235B: hue angle of 246.43º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29235B is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB413591-
CMYK0.550.6200.64
HSL246.43º44.44%24.71%-
HSV(B)246.43º61.54%35.69%-
XYZ3.42.4310.19-
YUV43.18154.99126.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=24.55%
G=20.96%
B=54.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4135910.550.6200.64246.4344.4424.71
Hex29235B373E040f62c19
Octal5143133677601003665431
Binary1010011000111011011110111111110010000001111011010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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