Html Css Color HEX #2E2651 Paua

📋 copy color: '#2E2651'

red 46 ◦ green 38 ◦ blue 81

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

Shades of Paua #2E2651

Tints of Paua #2E2651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 49.09%

R = 27.88%
G = 23.03%
B = 49.09%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2E2651 (or 0x2E2651) is known color: Paua. HEX triplet: 2E, 26 and 51. RGB value is (46,38,81). Sum of RGB (Red+Green+Blue) = 46+38+81=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #2E2651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2651 is #D1D9AE. Grayscale: #2D2D2D. Windows color (decimal): -13752751 or 5318190. OLE color: 5318190.

HSL color Cylindrical-coordinate representation of color #2E2651: hue angle of 251.16º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E2651 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 46 38 81 -
CMYK 0.43 0.53 0 0.68
HSL 251.16º 0.36% 0.23% -
HSV(B) 251.16º 0.53% 0.32% -
XYZ 3.31 2.56 8.1 -
YUV 45.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 46 38 81 0.43 0.53 0 0.68 251.16 0.36 0.23
Hex 2E 26 51 2B 35 0 44 FB 24 17
Octal 56 46 121 53 65 0 104 373 44 27
Binary 101110 100110 1010001 101011 110101 0 1000100 11111011 100100 10111

Color Harmonies of #2E2651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2651

Black with #2E2651

Text Example


Text Example

White with #2E2651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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