#292459

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

Shades of Paua #292459

Tints of Paua #292459

Color information

#292459 (or 0x292459) is unknown color: approx Paua. HEX triplet: 29, 24 and 59. RGB value is (41,36,89). Sum of RGB (Red+Green+Blue) = 41+36+89=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #292459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292459 is #D6DBA6. Grayscale: #2B2B2B. Windows color (decimal): -14080935 or 5841961. OLE color: 5841961.

HSL color Cylindrical-coordinate representation of color #292459: hue angle of 245.66º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #292459 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB413689-
CMYK0.540.6000.65
HSL245.66º42.4%24.51%-
HSV(B)245.66º59.55%34.9%-
XYZ3.352.459.75-
YUV43.54153.66126.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=24.70%
G=21.69%
B=53.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4136890.540.6000.65245.6642.424.51
Hex292459363C041f62a19
Octal5144131667401013665231
Binary1010011001001011001110110111100010000011111011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292459; }

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

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

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

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

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

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

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

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