#292652

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

Shades of Paua #292652

Tints of Paua #292652

Color information

#292652 (or 0x292652) is unknown color: approx Paua. HEX triplet: 29, 26 and 52. RGB value is (41,38,82). Sum of RGB (Red+Green+Blue) = 41+38+82=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #292652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292652 is #D6D9AD. Grayscale: #2B2B2B. Windows color (decimal): -14080430 or 5383721. OLE color: 5383721.

HSL color Cylindrical-coordinate representation of color #292652: hue angle of 244.09º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #292652 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB413882-
CMYK0.500.5400.68
HSL244.09º36.67%23.53%-
HSV(B)244.09º53.66%32.16%-
XYZ3.132.478.29-
YUV43.91149.49125.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 82 (32.42% from 255) = 50.93%
R=25.47%
G=23.60%
B=50.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4138820.500.5400.68244.0936.6723.53
Hex2926523236044f42518
Octal5146122626601043644530
Binary1010011001101010010110010110110010001001111010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292652; }

 p { color: rgb(41,38,82); }

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

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

 a { background-color: rgb(41,38,82); }

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

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

 span { border-color: rgb(41,38,82); }

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