#2E2753

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

Shades of Paua #2E2753

Tints of Paua #2E2753

Color information

#2E2753 (or 0x2E2753) is unknown color: approx Paua. HEX triplet: 2E, 27 and 53. RGB value is (46,39,83). Sum of RGB (Red+Green+Blue) = 46+39+83=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E2753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2753 is #D1D8AC. Grayscale: #2D2D2D. Windows color (decimal): -13752493 or 5449518. OLE color: 5449518.

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

Color convert

RGB463983-
CMYK0.450.5300.67
HSL249.55º36.07%23.92%-
HSV(B)249.55º53.01%32.55%-
XYZ3.412.668.52-
YUV46.11148.82127.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.38%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 83 (32.81% from 255) = 49.40%
R=27.38%
G=23.21%
B=49.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4639830.450.5300.67249.5536.0723.92
Hex2E27532D35043fa2418
Octal5647123556501033724430
Binary1011101001111010011101101110101010000111111101010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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