#292557

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

Shades of Paua #292557

Tints of Paua #292557

Color information

#292557 (or 0x292557) is unknown color: approx Paua. HEX triplet: 29, 25 and 57. RGB value is (41,37,87). Sum of RGB (Red+Green+Blue) = 41+37+87=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #292557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292557 is #D6DAA8. Grayscale: #2B2B2B. Windows color (decimal): -14080681 or 5711145. OLE color: 5711145.

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

Color convert

RGB413787-
CMYK0.530.5700.66
HSL244.8º40.32%24.31%-
HSV(B)244.8º57.47%34.12%-
XYZ3.32.489.32-
YUV43.9152.33125.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 87 (34.38% from 255) = 52.73%
R=24.85%
G=22.42%
B=52.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4137870.530.5700.66244.840.3224.31
Hex2925573539042f52818
Octal5145127657101023655030
Binary1010011001011010111110101111001010000101111010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292557; }

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

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

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

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

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

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

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

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