#292656

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

Shades of Paua #292656

Tints of Paua #292656

Color information

#292656 (or 0x292656) is unknown color: approx Paua. HEX triplet: 29, 26 and 56. RGB value is (41,38,86). Sum of RGB (Red+Green+Blue) = 41+38+86=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #292656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292656 is #D6D9A9. Grayscale: #2C2C2C. Windows color (decimal): -14080426 or 5645865. OLE color: 5645865.

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

Color convert

RGB413886-
CMYK0.520.5600.66
HSL243.75º38.71%24.31%-
HSV(B)243.75º55.81%33.73%-
XYZ3.292.539.12-
YUV44.37151.49125.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 86 (33.98% from 255) = 52.12%
R=24.85%
G=23.03%
B=52.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4138860.520.5600.66243.7538.7124.31
Hex2926563438042f42718
Octal5146126647001023644730
Binary1010011001101010110110100111000010000101111010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292656; }

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

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

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

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

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

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

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

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