#292657

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

Shades of Paua #292657

Tints of Paua #292657

Color information

#292657 (or 0x292657) is unknown color: approx Paua. HEX triplet: 29, 26 and 57. RGB value is (41,38,87). Sum of RGB (Red+Green+Blue) = 41+38+87=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #292657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292657 is #D6D9A8. Grayscale: #2C2C2C. Windows color (decimal): -14080425 or 5711401. OLE color: 5711401.

HSL color Cylindrical-coordinate representation of color #292657: hue angle of 243.67º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #292657 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB413887-
CMYK0.530.5600.66
HSL243.67º39.2%24.51%-
HSV(B)243.67º56.32%34.12%-
XYZ3.332.559.33-
YUV44.48151.99125.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 87 (34.38% from 255) = 52.41%
R=24.70%
G=22.89%
B=52.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4138870.530.5600.66243.6739.224.51
Hex2926573538042f42719
Octal5146127657001023644731
Binary1010011001101010111110101111000010000101111010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292657; }

 p { color: rgb(41,38,87); }

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

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

 a { background-color: rgb(41,38,87); }

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

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

 span { border-color: rgb(41,38,87); }

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