#292549

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

Shades of Paua #292549

Tints of Paua #292549

Color information

#292549 (or 0x292549) is unknown color: approx Paua. HEX triplet: 29, 25 and 49. RGB value is (41,37,73). Sum of RGB (Red+Green+Blue) = 41+37+73=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #292549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292549 is #D6DAB6. Grayscale: #2A2A2A. Windows color (decimal): -14080695 or 4793641. OLE color: 4793641.

HSL color Cylindrical-coordinate representation of color #292549: hue angle of 246.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #292549 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB413773-
CMYK0.440.4900.71
HSL246.67º32.73%21.57%-
HSV(B)246.67º49.32%28.63%-
XYZ2.782.286.6-
YUV42.3145.33127.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 73 (28.91% from 255) = 48.34%
R=27.15%
G=24.50%
B=48.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4137730.440.4900.71246.6732.7321.57
Hex2925492C31047f72116
Octal5145111546101073674126
Binary1010011001011001001101100110001010001111111011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292549; }

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

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

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

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

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

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

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

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