#292958

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

Shades of Paua #292958

Tints of Paua #292958

Color information

#292958 (or 0x292958) is unknown color: approx Paua. HEX triplet: 29, 29 and 58. RGB value is (41,41,88). Sum of RGB (Red+Green+Blue) = 41+41+88=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #292958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292958 is #D6D6A7. Grayscale: #2E2E2E. Windows color (decimal): -14079656 or 5777705. OLE color: 5777705.

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

Color convert

RGB414188-
CMYK0.530.5300.65
HSL240º36.43%25.29%-
HSV(B)240º53.41%34.51%-
XYZ3.472.769.58-
YUV46.36151.5124.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 88 (34.77% from 255) = 51.76%
R=24.12%
G=24.12%
B=51.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4141880.530.5300.6524036.4325.29
Hex2929583535041f02419
Octal5151130656501013604431
Binary1010011010011011000110101110101010000011111000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292958; }

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

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

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

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

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

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

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

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