Html Css Color HEX #2E264D Paua

📋 copy color: '#2E264D'

red 46 ◦ green 38 ◦ blue 77

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

Shades of Paua #2E264D

Tints of Paua #2E264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.6%

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

R = 28.57%
G = 23.6%
B = 47.83%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E264D (or 0x2E264D) is known color: Paua. HEX triplet: 2E, 26 and 4D. RGB value is (46,38,77). Sum of RGB (Red+Green+Blue) = 46+38+77=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E264D is #D1D9B2. Grayscale: #2C2C2C. Windows color (decimal): -13752755 or 5056046. OLE color: 5056046.

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

Color convert

RGB 46 38 77 -
CMYK 0.40 0.51 0 0.70
HSL 252.31º 0.34% 0.23% -
HSV(B) 252.31º 0.51% 0.3% -
XYZ 3.16 2.5 7.34 -
YUV 44.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 46 38 77 0.40 0.51 0 0.70 252.31 0.34 0.23
Hex 2E 26 4D 28 33 0 46 FC 22 17
Octal 56 46 115 50 63 0 106 374 42 27
Binary 101110 100110 1001101 101000 110011 0 1000110 11111100 100010 10111

Color Harmonies of #2E264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E264D

Black with #2E264D

Text Example


Text Example

White with #2E264D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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