#292659

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

Shades of Paua #292659

Tints of Paua #292659

Color information

#292659 (or 0x292659) is unknown color: approx Paua. HEX triplet: 29, 26 and 59. RGB value is (41,38,89). Sum of RGB (Red+Green+Blue) = 41+38+89=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #292659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292659 is #D6D9A6. Grayscale: #2C2C2C. Windows color (decimal): -14080423 or 5842473. OLE color: 5842473.

HSL color Cylindrical-coordinate representation of color #292659: hue angle of 243.53º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #292659 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB413889-
CMYK0.540.5700.65
HSL243.53º40.16%24.9%-
HSV(B)243.53º57.3%34.9%-
XYZ3.412.589.77-
YUV44.71152.99125.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 89 (35.16% from 255) = 52.98%
R=24.40%
G=22.62%
B=52.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4138890.540.5700.65243.5340.1624.9
Hex2926593639041f42819
Octal5146131667101013645031
Binary1010011001101011001110110111001010000011111010010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292659; }

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

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

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

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

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

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

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

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