Html Css Color HEX #2E284D Paua

📋 copy color: '#2E284D'

red 46 ◦ green 40 ◦ blue 77

#2E284D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #2E284D

Tints of Paua #2E284D

RGB

 RED value IS 46 (18.36% from 255) = 28.22%

 GREEN value IS 40 (16.02% from 255) = 24.54%

 BLUE value IS 77 (30.47% from 255) = 47.24%

R = 28.22%
G = 24.54%
B = 47.24%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E284D (or 0x2E284D) is known color: Paua. HEX triplet: 2E, 28 and 4D. RGB value is (46,40,77). Sum of RGB (Red+Green+Blue) = 46+40+77=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E284D is #D1D7B2. Grayscale: #2D2D2D. Windows color (decimal): -13752243 or 5056558. OLE color: 5056558.

HSL color Cylindrical-coordinate representation of color #2E284D: hue angle of 249.73º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E284D is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 46 40 77 -
CMYK 0.40 0.48 0 0.70
HSL 249.73º 0.32% 0.23% -
HSV(B) 249.73º 0.48% 0.3% -
XYZ 3.23 2.63 7.36 -
YUV 46.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 46 40 77 0.40 0.48 0 0.70 249.73 0.32 0.23
Hex 2E 28 4D 28 30 0 46 FA 20 17
Octal 56 50 115 50 60 0 106 372 40 27
Binary 101110 101000 1001101 101000 110000 0 1000110 11111010 100000 10111

Color Harmonies of #2E284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E284D

Black with #2E284D

Text Example


Text Example

White with #2E284D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E284D;
 }
 .AnyTagClassName
 {
   color: #2E284D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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