#2E264E

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

Shades of Paua #2E264E

Tints of Paua #2E264E

Color information

#2E264E (or 0x2E264E) is unknown color: approx Paua. HEX triplet: 2E, 26 and 4E. RGB value is (46,38,78). Sum of RGB (Red+Green+Blue) = 46+38+78=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E264E is #D1D9B1. Grayscale: #2C2C2C. Windows color (decimal): -13752754 or 5121582. OLE color: 5121582.

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

Color convert

RGB463878-
CMYK0.410.5100.69
HSL252º34.48%22.75%-
HSV(B)252º51.28%30.59%-
XYZ3.192.527.53-
YUV44.95146.65128.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.40%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 78 (30.86% from 255) = 48.15%
R=28.40%
G=23.46%
B=48.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4638780.410.5100.6925234.4822.75
Hex2E264E2933045fc2217
Octal5646116516301053744227
Binary1011101001101001110101001110011010001011111110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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