#292250

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

Shades of Paua #292250

Tints of Paua #292250

Color information

#292250 (or 0x292250) is unknown color: approx Paua. HEX triplet: 29, 22 and 50. RGB value is (41,34,80). Sum of RGB (Red+Green+Blue) = 41+34+80=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #292250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292250 is #D6DDAF. Grayscale: #292929. Windows color (decimal): -14081456 or 5251625. OLE color: 5251625.

HSL color Cylindrical-coordinate representation of color #292250: hue angle of 249.13º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #292250 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB413480-
CMYK0.490.5800.69
HSL249.13º40.35%22.35%-
HSV(B)249.13º57.5%31.37%-
XYZ2.932.197.86-
YUV41.34149.82127.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=26.45%
G=21.94%
B=51.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4134800.490.5800.69249.1340.3522.35
Hex292250313A045f92816
Octal5142120617201053715026
Binary1010011000101010000110001111010010001011111100110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292250; }

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

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

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

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

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

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

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

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