#292454

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

Shades of Paua #292454

Tints of Paua #292454

Color information

#292454 (or 0x292454) is unknown color: approx Paua. HEX triplet: 29, 24 and 54. RGB value is (41,36,84). Sum of RGB (Red+Green+Blue) = 41+36+84=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #292454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292454 is #D6DBAB. Grayscale: #2A2A2A. Windows color (decimal): -14080940 or 5514281. OLE color: 5514281.

HSL color Cylindrical-coordinate representation of color #292454: hue angle of 246.25º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #292454 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB413684-
CMYK0.510.5700.67
HSL246.25º40%23.53%-
HSV(B)246.25º57.14%32.94%-
XYZ3.152.378.68-
YUV42.97151.16126.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=25.47%
G=22.36%
B=52.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4136840.510.5700.67246.254023.53
Hex2924543339043f62818
Octal5144124637101033665030
Binary1010011001001010100110011111001010000111111011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292454; }

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

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

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

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

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

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

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

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