#292544

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

Shades of Paua #292544

Tints of Paua #292544

Color information

#292544 (or 0x292544) is unknown color: approx Paua. HEX triplet: 29, 25 and 44. RGB value is (41,37,68). Sum of RGB (Red+Green+Blue) = 41+37+68=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 68 - color contains mainly: blue. Hex color #292544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292544 is #D6DABB. Grayscale: #292929. Windows color (decimal): -14080700 or 4465961. OLE color: 4465961.

HSL color Cylindrical-coordinate representation of color #292544: hue angle of 247.74º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #292544 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB413768-
CMYK0.400.4600.73
HSL247.74º29.52%20.59%-
HSV(B)247.74º45.59%26.67%-
XYZ2.622.215.76-
YUV41.73142.83127.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.08%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 68 (26.95% from 255) = 46.58%
R=28.08%
G=25.34%
B=46.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4137680.400.4600.73247.7429.5220.59
Hex292544282E049f81e15
Octal5145104505601113703625
Binary101001100101100010010100010111001001001111110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292544; }

 p { color: rgb(41,37,68); }

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

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

 a { background-color: rgb(41,37,68); }

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

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

 span { border-color: rgb(41,37,68); }

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