#2E2D50

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

Shades of Paua #2E2D50

Tints of Paua #2E2D50

Color information

#2E2D50 (or 0x2E2D50) is unknown color: approx Paua. HEX triplet: 2E, 2D and 50. RGB value is (46,45,80). Sum of RGB (Red+Green+Blue) = 46+45+80=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E2D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2D50 is #D1D2AF. Grayscale: #313131. Windows color (decimal): -13750960 or 5254446. OLE color: 5254446.

HSL color Cylindrical-coordinate representation of color #2E2D50: hue angle of 241.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2E2D50 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB464580-
CMYK0.420.4400.69
HSL241.71º28%24.51%-
HSV(B)241.71º43.75%31.37%-
XYZ3.513.047.99-
YUV49.29145.33125.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.90%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=26.90%
G=26.32%
B=46.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4645800.420.4400.69241.712824.51
Hex2E2D502A2C045f21c19
Octal5655120525401053623431
Binary101110101101101000010101010110001000101111100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,45,80); }

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

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

 a { background-color: rgb(46,45,80); }

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

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

 span { border-color: rgb(46,45,80); }

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