#292259

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

Shades of Paua #292259

Tints of Paua #292259

Color information

#292259 (or 0x292259) is unknown color: approx Paua. HEX triplet: 29, 22 and 59. RGB value is (41,34,89). Sum of RGB (Red+Green+Blue) = 41+34+89=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #292259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292259 is #D6DDA6. Grayscale: #2A2A2A. Windows color (decimal): -14081447 or 5841449. OLE color: 5841449.

HSL color Cylindrical-coordinate representation of color #292259: hue angle of 247.64º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #292259 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB413489-
CMYK0.540.6200.65
HSL247.64º44.72%24.12%-
HSV(B)247.64º61.8%34.9%-
XYZ3.292.349.73-
YUV42.36154.32127.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 34 (13.67% from 255) = 20.73%
BLUE value IS 89 (35.16% from 255) = 54.27%
R=25%
G=20.73%
B=54.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4134890.540.6200.65247.6444.7224.12
Hex292259363E041f82d18
Octal5142131667601013705530
Binary1010011000101011001110110111110010000011111100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292259; }

 p { color: rgb(41,34,89); }

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

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

 a { background-color: rgb(41,34,89); }

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

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

 span { border-color: rgb(41,34,89); }

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