#291E56

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

Shades of Paua #291E56

Tints of Paua #291E56

Color information

#291E56 (or 0x291E56) is unknown color: approx Paua. HEX triplet: 29, 1E and 56. RGB value is (41,30,86). Sum of RGB (Red+Green+Blue) = 41+30+86=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #291E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291E56 is #D6E1A9. Grayscale: #272727. Windows color (decimal): -14082474 or 5643817. OLE color: 5643817.

HSL color Cylindrical-coordinate representation of color #291E56: hue angle of 251.79º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #291E56 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB413086-
CMYK0.520.6500.66
HSL251.79º48.28%22.75%-
HSV(B)251.79º65.12%33.73%-
XYZ3.062.079.04-
YUV39.67154.14128.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 86 (33.98% from 255) = 54.78%
R=26.11%
G=19.11%
B=54.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4130860.520.6500.66251.7948.2822.75
Hex291E563441042fc3017
Octal51361266410101023746027
Binary1010011111010101101101001000001010000101111110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291E56; }

 p { color: rgb(41,30,86); }

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

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

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

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

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

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

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