Html Css Color HEX #2E294D Paua

📋 copy color: '#2E294D'

red 46 ◦ green 41 ◦ blue 77

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

Shades of Paua #2E294D

Tints of Paua #2E294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

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

R = 28.05%
G = 25%
B = 46.95%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E294D (or 0x2E294D) is known color: Paua. HEX triplet: 2E, 29 and 4D. RGB value is (46,41,77). Sum of RGB (Red+Green+Blue) = 46+41+77=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E294D is #D1D6B2. Grayscale: #2E2E2E. Windows color (decimal): -13751987 or 5056814. OLE color: 5056814.

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

Color convert

RGB 46 41 77 -
CMYK 0.40 0.47 0 0.70
HSL 248.33º 0.31% 0.23% -
HSV(B) 248.33º 0.47% 0.3% -
XYZ 3.26 2.7 7.37 -
YUV 46.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 46 41 77 0.40 0.47 0 0.70 248.33 0.31 0.23
Hex 2E 29 4D 28 2F 0 46 F8 1F 17
Octal 56 51 115 50 57 0 106 370 37 27
Binary 101110 101001 1001101 101000 101111 0 1000110 11111000 11111 10111

Color Harmonies of #2E294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E294D

Black with #2E294D

Text Example


Text Example

White with #2E294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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