#292450

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

Shades of Paua #292450

Tints of Paua #292450

Color information

#292450 (or 0x292450) is unknown color: approx Paua. HEX triplet: 29, 24 and 50. RGB value is (41,36,80). Sum of RGB (Red+Green+Blue) = 41+36+80=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #292450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292450 is #D6DBAF. Grayscale: #2A2A2A. Windows color (decimal): -14080944 or 5252137. OLE color: 5252137.

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

Color convert

RGB413680-
CMYK0.490.5500.69
HSL246.82º37.93%22.75%-
HSV(B)246.82º55%31.37%-
XYZ2.992.317.88-
YUV42.51149.16126.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 80 (31.64% from 255) = 50.96%
R=26.11%
G=22.93%
B=50.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4136800.490.5500.69246.8237.9322.75
Hex2924503137045f72617
Octal5144120616701053674627
Binary1010011001001010000110001110111010001011111011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292450; }

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

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

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

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

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

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

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

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