#292651

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

Shades of Paua #292651

Tints of Paua #292651

Color information

#292651 (or 0x292651) is unknown color: approx Paua. HEX triplet: 29, 26 and 51. RGB value is (41,38,81). Sum of RGB (Red+Green+Blue) = 41+38+81=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #292651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292651 is #D6D9AE. Grayscale: #2B2B2B. Windows color (decimal): -14080431 or 5318185. OLE color: 5318185.

HSL color Cylindrical-coordinate representation of color #292651: hue angle of 244.19º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #292651 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB413881-
CMYK0.490.5300.68
HSL244.19º36.13%23.33%-
HSV(B)244.19º53.09%31.76%-
XYZ3.092.458.09-
YUV43.8148.99126-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 81 (32.03% from 255) = 50.62%
R=25.62%
G=23.75%
B=50.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4138810.490.5300.68244.1936.1323.33
Hex2926513135044f42417
Octal5146121616501043644427
Binary1010011001101010001110001110101010001001111010010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292651; }

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

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

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

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

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

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

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

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