#2E2756

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

Shades of Paua #2E2756

Tints of Paua #2E2756

Color information

#2E2756 (or 0x2E2756) is unknown color: approx Paua. HEX triplet: 2E, 27 and 56. RGB value is (46,39,86). Sum of RGB (Red+Green+Blue) = 46+39+86=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #2E2756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2756 is #D1D8A9. Grayscale: #2E2E2E. Windows color (decimal): -13752490 or 5646126. OLE color: 5646126.

HSL color Cylindrical-coordinate representation of color #2E2756: hue angle of 248.94º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E2756 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB463986-
CMYK0.470.5500.66
HSL248.94º37.6%24.51%-
HSV(B)248.94º54.65%33.73%-
XYZ3.532.79.14-
YUV46.45150.32127.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.90%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 86 (33.98% from 255) = 50.29%
R=26.90%
G=22.81%
B=50.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4639860.470.5500.66248.9437.624.51
Hex2E27562F37042f92619
Octal5647126576701023714631
Binary1011101001111010110101111110111010000101111100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,39,86); }

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

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

 a { background-color: rgb(46,39,86); }

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

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

 span { border-color: rgb(46,39,86); }

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