#2E2B47

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

Shades of Paua #2E2B47

Tints of Paua #2E2B47

Color information

#2E2B47 (or 0x2E2B47) is unknown color: approx Paua. HEX triplet: 2E, 2B and 47. RGB value is (46,43,71). Sum of RGB (Red+Green+Blue) = 46+43+71=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E2B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2B47 is #D1D4B8. Grayscale: #2E2E2E. Windows color (decimal): -13751481 or 4664110. OLE color: 4664110.

HSL color Cylindrical-coordinate representation of color #2E2B47: hue angle of 246.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E2B47 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB464371-
CMYK0.350.3900.72
HSL246.43º24.56%22.35%-
HSV(B)246.43º39.44%27.84%-
XYZ3.132.766.33-
YUV47.09141.49127.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.75%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 71 (28.12% from 255) = 44.38%
R=28.75%
G=26.88%
B=44.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4643710.350.3900.72246.4324.5622.35
Hex2E2B472327048f61916
Octal5653107434701103663126
Binary101110101011100011110001110011101001000111101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,43,71); }

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

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

 a { background-color: rgb(46,43,71); }

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

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

 span { border-color: rgb(46,43,71); }

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