#292248

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

Shades of Paua #292248

Tints of Paua #292248

Color information

#292248 (or 0x292248) is unknown color: approx Paua. HEX triplet: 29, 22 and 48. RGB value is (41,34,72). Sum of RGB (Red+Green+Blue) = 41+34+72=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #292248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292248 is #D6DDB7. Grayscale: #282828. Windows color (decimal): -14081464 or 4727337. OLE color: 4727337.

HSL color Cylindrical-coordinate representation of color #292248: hue angle of 251.05º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #292248 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB413472-
CMYK0.430.5300.72
HSL251.05º35.85%20.78%-
HSV(B)251.05º52.78%28.24%-
XYZ2.662.086.39-
YUV40.42145.82128.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.89%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 72 (28.52% from 255) = 48.98%
R=27.89%
G=23.13%
B=48.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4134720.430.5300.72251.0535.8520.78
Hex2922482B35048fb2415
Octal5142110536501103734425
Binary1010011000101001000101011110101010010001111101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292248; }

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

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

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

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

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

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

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

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