#2E2C54

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

Shades of Paua #2E2C54

Tints of Paua #2E2C54

Color information

#2E2C54 (or 0x2E2C54) is unknown color: approx Paua. HEX triplet: 2E, 2C and 54. RGB value is (46,44,84). Sum of RGB (Red+Green+Blue) = 46+44+84=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #2E2C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2C54 is #D1D3AB. Grayscale: #313131. Windows color (decimal): -13751212 or 5516334. OLE color: 5516334.

HSL color Cylindrical-coordinate representation of color #2E2C54: hue angle of 243º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E2C54 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB464484-
CMYK0.450.4800.67
HSL243º31.25%25.1%-
HSV(B)243º47.62%32.94%-
XYZ3.633.028.78-
YUV49.16147.66125.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 44 (17.58% from 255) = 25.29%
BLUE value IS 84 (33.20% from 255) = 48.28%
R=26.44%
G=25.29%
B=48.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4644840.450.4800.6724331.2525.1
Hex2E2C542D30043f31f19
Octal5654124556001033633731
Binary101110101100101010010110111000001000011111100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,44,84); }

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

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

 a { background-color: rgb(46,44,84); }

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

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

 span { border-color: rgb(46,44,84); }

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