#292858

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

Shades of Paua #292858

Tints of Paua #292858

Color information

#292858 (or 0x292858) is unknown color: approx Paua. HEX triplet: 29, 28 and 58. RGB value is (41,40,88). Sum of RGB (Red+Green+Blue) = 41+40+88=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #292858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292858 is #D6D7A7. Grayscale: #2D2D2D. Windows color (decimal): -14079912 or 5777449. OLE color: 5777449.

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

Color convert

RGB414088-
CMYK0.530.5500.65
HSL241.25º37.5%25.1%-
HSV(B)241.25º54.55%34.51%-
XYZ3.432.699.57-
YUV45.77151.83124.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 88 (34.77% from 255) = 52.07%
R=24.26%
G=23.67%
B=52.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4140880.530.5500.65241.2537.525.1
Hex2928583537041f12519
Octal5150130656701013614531
Binary1010011010001011000110101110111010000011111000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292858; }

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

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

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

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

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

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

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

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