#292655

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

Shades of Paua #292655

Tints of Paua #292655

Color information

#292655 (or 0x292655) is unknown color: approx Paua. HEX triplet: 29, 26 and 55. RGB value is (41,38,85). Sum of RGB (Red+Green+Blue) = 41+38+85=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #292655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292655 is #D6D9AA. Grayscale: #2C2C2C. Windows color (decimal): -14080427 or 5580329. OLE color: 5580329.

HSL color Cylindrical-coordinate representation of color #292655: hue angle of 243.83º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #292655 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB413885-
CMYK0.520.5500.67
HSL243.83º38.21%24.12%-
HSV(B)243.83º55.29%33.33%-
XYZ3.252.518.91-
YUV44.26150.99125.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 85 (33.59% from 255) = 51.83%
R=25%
G=23.17%
B=51.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4138850.520.5500.67243.8338.2124.12
Hex2926553437043f42618
Octal5146125646701033644630
Binary1010011001101010101110100110111010000111111010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292655; }

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

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

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

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

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

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

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

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