#292350

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

Shades of Paua #292350

Tints of Paua #292350

Color information

#292350 (or 0x292350) is unknown color: approx Paua. HEX triplet: 29, 23 and 50. RGB value is (41,35,80). Sum of RGB (Red+Green+Blue) = 41+35+80=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #292350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292350 is #D6DCAF. Grayscale: #292929. Windows color (decimal): -14081200 or 5251881. OLE color: 5251881.

HSL color Cylindrical-coordinate representation of color #292350: hue angle of 248º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #292350 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB413580-
CMYK0.490.5600.69
HSL248º39.13%22.55%-
HSV(B)248º56.25%31.37%-
XYZ2.962.257.87-
YUV41.92149.49127.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=26.28%
G=22.44%
B=51.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4135800.490.5600.6924839.1322.55
Hex2923503138045f82717
Octal5143120617001053704727
Binary1010011000111010000110001111000010001011111100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292350; }

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

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

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

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

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

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

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

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