#2E294D

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

Shades of Paua #2E294D

Tints of Paua #2E294D

Color information

#2E294D (or 0x2E294D) is unknown color: approx Paua. HEX triplet: 2E, 29 and 4D. RGB value is (46,41,77). Sum of RGB (Red+Green+Blue) = 46+41+77=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E294D is #D1D6B2. Grayscale: #2E2E2E. Windows color (decimal): -13751987 or 5056814. OLE color: 5056814.

HSL color Cylindrical-coordinate representation of color #2E294D: hue angle of 248.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E294D is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB464177-
CMYK0.400.4700.70
HSL248.33º30.51%23.14%-
HSV(B)248.33º46.75%30.2%-
XYZ3.262.77.37-
YUV46.6145.16127.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.05%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 77 (30.47% from 255) = 46.95%
R=28.05%
G=25%
B=46.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4641770.400.4700.70248.3330.5123.14
Hex2E294D282F046f81f17
Octal5651115505701063703727
Binary101110101001100110110100010111101000110111110001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E294D; }

 p { color: rgb(46,41,77); }

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

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

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

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

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

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

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