#292156

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

Shades of Paua #292156

Tints of Paua #292156

Color information

#292156 (or 0x292156) is unknown color: approx Paua. HEX triplet: 29, 21 and 56. RGB value is (41,33,86). Sum of RGB (Red+Green+Blue) = 41+33+86=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #292156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292156 is #D6DEA9. Grayscale: #292929. Windows color (decimal): -14081706 or 5644585. OLE color: 5644585.

HSL color Cylindrical-coordinate representation of color #292156: hue angle of 249.06º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #292156 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB413386-
CMYK0.520.6200.66
HSL249.06º44.54%23.33%-
HSV(B)249.06º61.63%33.73%-
XYZ3.142.239.07-
YUV41.43153.15127.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 86 (33.98% from 255) = 53.75%
R=25.62%
G=20.62%
B=53.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4133860.520.6200.66249.0644.5423.33
Hex292156343E042f92d17
Octal5141126647601023715527
Binary1010011000011010110110100111110010000101111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292156; }

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

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

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

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

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

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

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

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