#2E2453

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

Shades of Paua #2E2453

Tints of Paua #2E2453

Color information

#2E2453 (or 0x2E2453) is unknown color: approx Paua. HEX triplet: 2E, 24 and 53. RGB value is (46,36,83). Sum of RGB (Red+Green+Blue) = 46+36+83=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E2453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2453 is #D1DBAC. Grayscale: #2C2C2C. Windows color (decimal): -13753261 or 5448750. OLE color: 5448750.

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

Color convert

RGB463683-
CMYK0.450.5700.67
HSL252.77º39.5%23.33%-
HSV(B)252.77º56.63%32.55%-
XYZ3.322.478.48-
YUV44.35149.81129.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.88%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 83 (32.81% from 255) = 50.30%
R=27.88%
G=21.82%
B=50.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4636830.450.5700.67252.7739.523.33
Hex2E24532D39043fd2717
Octal5644123557101033754727
Binary1011101001001010011101101111001010000111111110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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