#292256

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

Shades of Paua #292256

Tints of Paua #292256

Color information

#292256 (or 0x292256) is unknown color: approx Paua. HEX triplet: 29, 22 and 56. RGB value is (41,34,86). Sum of RGB (Red+Green+Blue) = 41+34+86=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #292256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292256 is #D6DDA9. Grayscale: #292929. Windows color (decimal): -14081450 or 5644841. OLE color: 5644841.

HSL color Cylindrical-coordinate representation of color #292256: hue angle of 248.08º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #292256 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB413486-
CMYK0.520.6000.66
HSL248.08º43.33%23.53%-
HSV(B)248.08º60.47%33.73%-
XYZ3.172.299.08-
YUV42.02152.82127.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 86 (33.98% from 255) = 53.42%
R=25.47%
G=21.12%
B=53.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4134860.520.6000.66248.0843.3323.53
Hex292256343C042f82b18
Octal5142126647401023705330
Binary1010011000101010110110100111100010000101111100010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292256; }

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

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

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

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

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

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

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

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