#292550

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

Shades of Paua #292550

Tints of Paua #292550

Color information

#292550 (or 0x292550) is unknown color: approx Paua. HEX triplet: 29, 25 and 50. RGB value is (41,37,80). Sum of RGB (Red+Green+Blue) = 41+37+80=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #292550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292550 is #D6DAAF. Grayscale: #2A2A2A. Windows color (decimal): -14080688 or 5252393. OLE color: 5252393.

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

Color convert

RGB413780-
CMYK0.490.5400.69
HSL245.58º36.75%22.94%-
HSV(B)245.58º53.75%31.37%-
XYZ3.022.377.89-
YUV43.1148.83126.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=25.95%
G=23.42%
B=50.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4137800.490.5400.69245.5836.7522.94
Hex2925503136045f62517
Octal5145120616601053664527
Binary1010011001011010000110001110110010001011111011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292550; }

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

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

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

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

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

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

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

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