#292955

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

Shades of Paua #292955

Tints of Paua #292955

Color information

#292955 (or 0x292955) is unknown color: approx Paua. HEX triplet: 29, 29 and 55. RGB value is (41,41,85). Sum of RGB (Red+Green+Blue) = 41+41+85=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #292955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292955 is #D6D6AA. Grayscale: #2D2D2D. Windows color (decimal): -14079659 or 5581097. OLE color: 5581097.

HSL color Cylindrical-coordinate representation of color #292955: hue angle of 240º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #292955 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB414185-
CMYK0.520.5200.67
HSL240º34.92%24.71%-
HSV(B)240º51.76%33.33%-
XYZ3.352.718.94-
YUV46.02150124.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=24.55%
G=24.55%
B=50.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4141850.520.5200.6724034.9224.71
Hex2929553434043f02319
Octal5151125646401033604331
Binary1010011010011010101110100110100010000111111000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292955; }

 p { color: rgb(41,41,85); }

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

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

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

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

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

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

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