#2E2353

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

Shades of Paua #2E2353

Tints of Paua #2E2353

Color information

#2E2353 (or 0x2E2353) is unknown color: approx Paua. HEX triplet: 2E, 23 and 53. RGB value is (46,35,83). Sum of RGB (Red+Green+Blue) = 46+35+83=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E2353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2353 is #D1DCAC. Grayscale: #2B2B2B. Windows color (decimal): -13753517 or 5448494. OLE color: 5448494.

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

Color convert

RGB463583-
CMYK0.450.5800.67
HSL253.75º40.68%23.14%-
HSV(B)253.75º57.83%32.55%-
XYZ3.292.418.47-
YUV43.76150.14129.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.05%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=28.05%
G=21.34%
B=50.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4635830.450.5800.67253.7540.6823.14
Hex2E23532D3A043fe2917
Octal5643123557201033765127
Binary1011101000111010011101101111010010000111111111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,35,83); }

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

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

 a { background-color: rgb(46,35,83); }

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

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

 span { border-color: rgb(46,35,83); }

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