#292054

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

Shades of Paua #292054

Tints of Paua #292054

Color information

#292054 (or 0x292054) is unknown color: approx Paua. HEX triplet: 29, 20 and 54. RGB value is (41,32,84). Sum of RGB (Red+Green+Blue) = 41+32+84=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #292054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292054 is #D6DFAB. Grayscale: #282828. Windows color (decimal): -14081964 or 5513257. OLE color: 5513257.

HSL color Cylindrical-coordinate representation of color #292054: hue angle of 250.38º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #292054 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB413284-
CMYK0.510.6200.67
HSL250.38º44.83%22.75%-
HSV(B)250.38º61.9%32.94%-
XYZ3.032.148.64-
YUV40.62152.48128.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 84 (33.20% from 255) = 53.50%
R=26.11%
G=20.38%
B=53.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4132840.510.6200.67250.3844.8322.75
Hex292054333E043fa2d17
Octal5140124637601033725527
Binary1010011000001010100110011111110010000111111101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292054; }

 p { color: rgb(41,32,84); }

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

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

 a { background-color: rgb(41,32,84); }

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

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

 span { border-color: rgb(41,32,84); }

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