#292257

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

Shades of Paua #292257

Tints of Paua #292257

Color information

#292257 (or 0x292257) is unknown color: approx Paua. HEX triplet: 29, 22 and 57. RGB value is (41,34,87). Sum of RGB (Red+Green+Blue) = 41+34+87=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #292257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292257 is #D6DDA8. Grayscale: #292929. Windows color (decimal): -14081449 or 5710377. OLE color: 5710377.

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

Color convert

RGB413487-
CMYK0.530.6100.66
HSL247.92º43.8%23.73%-
HSV(B)247.92º60.92%34.12%-
XYZ3.212.39.29-
YUV42.14153.32127.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 87 (34.38% from 255) = 53.70%
R=25.31%
G=20.99%
B=53.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4134870.530.6100.66247.9243.823.73
Hex292257353D042f82c18
Octal5142127657501023705430
Binary1010011000101010111110101111101010000101111100010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292257; }

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

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

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

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

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

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

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

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