#2E2552

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

Shades of Paua #2E2552

Tints of Paua #2E2552

Color information

#2E2552 (or 0x2E2552) is unknown color: approx Paua. HEX triplet: 2E, 25 and 52. RGB value is (46,37,82). Sum of RGB (Red+Green+Blue) = 46+37+82=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #2E2552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2552 is #D1DAAD. Grayscale: #2C2C2C. Windows color (decimal): -13753006 or 5383470. OLE color: 5383470.

HSL color Cylindrical-coordinate representation of color #2E2552: hue angle of 252º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E2552 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB463782-
CMYK0.440.5500.68
HSL252º37.82%23.33%-
HSV(B)252º54.88%32.16%-
XYZ3.312.518.29-
YUV44.82148.98128.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.88%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 82 (32.42% from 255) = 49.70%
R=27.88%
G=22.42%
B=49.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4637820.440.5500.6825237.8223.33
Hex2E25522C37044fc2617
Octal5645122546701043744627
Binary1011101001011010010101100110111010001001111110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,37,82); }

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

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

 a { background-color: rgb(46,37,82); }

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

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

 span { border-color: rgb(46,37,82); }

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