#2E2751

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

Shades of Paua #2E2751

Tints of Paua #2E2751

Color information

#2E2751 (or 0x2E2751) is unknown color: approx Paua. HEX triplet: 2E, 27 and 51. RGB value is (46,39,81). Sum of RGB (Red+Green+Blue) = 46+39+81=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #2E2751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2751 is #D1D8AE. Grayscale: #2D2D2D. Windows color (decimal): -13752495 or 5318446. OLE color: 5318446.

HSL color Cylindrical-coordinate representation of color #2E2751: hue angle of 250º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E2751 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB463981-
CMYK0.430.5200.68
HSL250º35%23.53%-
HSV(B)250º51.85%31.76%-
XYZ3.342.638.12-
YUV45.88147.82128.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.71%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=27.71%
G=23.49%
B=48.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4639810.430.5200.682503523.53
Hex2E27512B34044fa2318
Octal5647121536401043724330
Binary1011101001111010001101011110100010001001111101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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