#2E284D

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

Shades of Paua #2E284D

Tints of Paua #2E284D

Color information

#2E284D (or 0x2E284D) is unknown color: approx Paua. HEX triplet: 2E, 28 and 4D. RGB value is (46,40,77). Sum of RGB (Red+Green+Blue) = 46+40+77=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E284D is #D1D7B2. Grayscale: #2D2D2D. Windows color (decimal): -13752243 or 5056558. OLE color: 5056558.

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

Color convert

RGB464077-
CMYK0.400.4800.70
HSL249.73º31.62%22.94%-
HSV(B)249.73º48.05%30.2%-
XYZ3.232.637.36-
YUV46.01145.49127.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.22%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 77 (30.47% from 255) = 47.24%
R=28.22%
G=24.54%
B=47.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4640770.400.4800.70249.7331.6222.94
Hex2E284D2830046fa2017
Octal5650115506001063724027
Binary1011101010001001101101000110000010001101111101010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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