#2E264D

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

Shades of Paua #2E264D

Tints of Paua #2E264D

Color information

#2E264D (or 0x2E264D) is unknown color: approx Paua. HEX triplet: 2E, 26 and 4D. RGB value is (46,38,77). Sum of RGB (Red+Green+Blue) = 46+38+77=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E264D is #D1D9B2. Grayscale: #2C2C2C. Windows color (decimal): -13752755 or 5056046. OLE color: 5056046.

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

Color convert

RGB463877-
CMYK0.400.5100.70
HSL252.31º33.91%22.55%-
HSV(B)252.31º50.65%30.2%-
XYZ3.162.57.34-
YUV44.84146.15128.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.57%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 77 (30.47% from 255) = 47.83%
R=28.57%
G=23.60%
B=47.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4638770.400.5100.70252.3133.9122.55
Hex2E264D2833046fc2217
Octal5646115506301063744227
Binary1011101001101001101101000110011010001101111110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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