#292553

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

Shades of Paua #292553

Tints of Paua #292553

Color information

#292553 (or 0x292553) is unknown color: approx Paua. HEX triplet: 29, 25 and 53. RGB value is (41,37,83). Sum of RGB (Red+Green+Blue) = 41+37+83=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #292553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292553 is #D6DAAC. Grayscale: #2B2B2B. Windows color (decimal): -14080685 or 5449001. OLE color: 5449001.

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

Color convert

RGB413783-
CMYK0.510.5500.67
HSL245.22º38.33%23.53%-
HSV(B)245.22º55.42%32.55%-
XYZ3.142.428.49-
YUV43.44150.33126.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 83 (32.81% from 255) = 51.55%
R=25.47%
G=22.98%
B=51.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4137830.510.5500.67245.2238.3323.53
Hex2925533337043f52618
Octal5145123636701033654630
Binary1010011001011010011110011110111010000111111010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292553; }

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

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

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

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

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

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

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

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