#2E284E

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

Shades of Paua #2E284E

Tints of Paua #2E284E

Color information

#2E284E (or 0x2E284E) is unknown color: approx Paua. HEX triplet: 2E, 28 and 4E. RGB value is (46,40,78). Sum of RGB (Red+Green+Blue) = 46+40+78=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E284E is #D1D7B1. Grayscale: #2D2D2D. Windows color (decimal): -13752242 or 5122094. OLE color: 5122094.

HSL color Cylindrical-coordinate representation of color #2E284E: hue angle of 249.47º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E284E is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB464078-
CMYK0.410.4900.69
HSL249.47º32.2%23.14%-
HSV(B)249.47º48.72%30.59%-
XYZ3.262.657.55-
YUV46.13145.99127.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.05%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=28.05%
G=24.39%
B=47.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4640780.410.4900.69249.4732.223.14
Hex2E284E2931045f92017
Octal5650116516101053714027
Binary1011101010001001110101001110001010001011111100110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,40,78); }

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

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

 a { background-color: rgb(46,40,78); }

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

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

 span { border-color: rgb(46,40,78); }

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