#292154

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

Shades of Paua #292154

Tints of Paua #292154

Color information

#292154 (or 0x292154) is unknown color: approx Paua. HEX triplet: 29, 21 and 54. RGB value is (41,33,84). Sum of RGB (Red+Green+Blue) = 41+33+84=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #292154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292154 is #D6DEAB. Grayscale: #292929. Windows color (decimal): -14081708 or 5513513. OLE color: 5513513.

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

Color convert

RGB413384-
CMYK0.510.6100.67
HSL249.41º43.59%22.94%-
HSV(B)249.41º60.71%32.94%-
XYZ3.062.28.65-
YUV41.21152.15127.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 84 (33.20% from 255) = 53.16%
R=25.95%
G=20.89%
B=53.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4133840.510.6100.67249.4143.5922.94
Hex292154333D043f92c17
Octal5141124637501033715427
Binary1010011000011010100110011111101010000111111100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292154; }

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

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

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

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

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

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

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

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