#292752

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

Shades of Paua #292752

Tints of Paua #292752

Color information

#292752 (or 0x292752) is unknown color: approx Paua. HEX triplet: 29, 27 and 52. RGB value is (41,39,82). Sum of RGB (Red+Green+Blue) = 41+39+82=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #292752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292752 is #D6D8AD. Grayscale: #2C2C2C. Windows color (decimal): -14080174 or 5383977. OLE color: 5383977.

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

Color convert

RGB413982-
CMYK0.500.5200.68
HSL242.79º35.54%23.73%-
HSV(B)242.79º52.44%32.16%-
XYZ3.162.538.3-
YUV44.5149.16125.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 82 (32.42% from 255) = 50.62%
R=25.31%
G=24.07%
B=50.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4139820.500.5200.68242.7935.5423.73
Hex2927523234044f32418
Octal5147122626401043634430
Binary1010011001111010010110010110100010001001111001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292752; }

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

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

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

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

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

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

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

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