#2E294E

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

Shades of Paua #2E294E

Tints of Paua #2E294E

Color information

#2E294E (or 0x2E294E) is unknown color: approx Paua. HEX triplet: 2E, 29 and 4E. RGB value is (46,41,78). Sum of RGB (Red+Green+Blue) = 46+41+78=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E294E is #D1D6B1. Grayscale: #2E2E2E. Windows color (decimal): -13751986 or 5122350. OLE color: 5122350.

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

Color convert

RGB464178-
CMYK0.410.4700.69
HSL248.11º31.09%23.33%-
HSV(B)248.11º47.44%30.59%-
XYZ3.292.727.56-
YUV46.71145.66127.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.88%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 78 (30.86% from 255) = 47.27%
R=27.88%
G=24.85%
B=47.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4641780.410.4700.69248.1131.0923.33
Hex2E294E292F045f81f17
Octal5651116515701053703727
Binary101110101001100111010100110111101000101111110001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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