Html Css Color HEX #2E264E Paua

📋 copy color: '#2E264E'

red 46 ◦ green 38 ◦ blue 78

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

Shades of Paua #2E264E

Tints of Paua #2E264E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 48.15%

R = 28.4%
G = 23.46%
B = 48.15%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E264E (or 0x2E264E) is known color: Paua. HEX triplet: 2E, 26 and 4E. RGB value is (46,38,78). Sum of RGB (Red+Green+Blue) = 46+38+78=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E264E is #D1D9B1. Grayscale: #2C2C2C. Windows color (decimal): -13752754 or 5121582. OLE color: 5121582.

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

Color convert

RGB 46 38 78 -
CMYK 0.41 0.51 0 0.69
HSL 252º 0.34% 0.23% -
HSV(B) 252º 0.51% 0.31% -
XYZ 3.19 2.52 7.53 -
YUV 44.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 46 38 78 0.41 0.51 0 0.69 252 0.34 0.23
Hex 2E 26 4E 29 33 0 45 FC 22 17
Octal 56 46 116 51 63 0 105 374 42 27
Binary 101110 100110 1001110 101001 110011 0 1000101 11111100 100010 10111

Color Harmonies of #2E264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E264E

Black with #2E264E

Text Example


Text Example

White with #2E264E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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