#292258

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

Shades of Paua #292258

Tints of Paua #292258

Color information

#292258 (or 0x292258) is unknown color: approx Paua. HEX triplet: 29, 22 and 58. RGB value is (41,34,88). Sum of RGB (Red+Green+Blue) = 41+34+88=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #292258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292258 is #D6DDA7. Grayscale: #2A2A2A. Windows color (decimal): -14081448 or 5775913. OLE color: 5775913.

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

Color convert

RGB413488-
CMYK0.530.6100.65
HSL247.78º44.26%23.92%-
HSV(B)247.78º61.36%34.51%-
XYZ3.252.329.51-
YUV42.25153.82127.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 88 (34.77% from 255) = 53.99%
R=25.15%
G=20.86%
B=53.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4134880.530.6100.65247.7844.2623.92
Hex292258353D041f82c18
Octal5142130657501013705430
Binary1010011000101011000110101111101010000011111100010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292258; }

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

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

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

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

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

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

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

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