Html Css Color HEX #2E2750 Paua

📋 copy color: '#2E2750'

red 46 ◦ green 39 ◦ blue 80

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

Shades of Paua #2E2750

Tints of Paua #2E2750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.64%

 BLUE value IS 80 (31.64% from 255) = 48.48%

R = 27.88%
G = 23.64%
B = 48.48%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E2750 (or 0x2E2750) is known color: Paua. HEX triplet: 2E, 27 and 50. RGB value is (46,39,80). Sum of RGB (Red+Green+Blue) = 46+39+80=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E2750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2750 is #D1D8AF. Grayscale: #2D2D2D. Windows color (decimal): -13752496 or 5252910. OLE color: 5252910.

HSL color Cylindrical-coordinate representation of color #2E2750: hue angle of 250.24º 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 #2E2750 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 46 39 80 -
CMYK 0.42 0.51 0 0.69
HSL 250.24º 0.34% 0.23% -
HSV(B) 250.24º 0.51% 0.31% -
XYZ 3.3 2.61 7.92 -
YUV 45.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 46 39 80 0.42 0.51 0 0.69 250.24 0.34 0.23
Hex 2E 27 50 2A 33 0 45 FA 22 17
Octal 56 47 120 52 63 0 105 372 42 27
Binary 101110 100111 1010000 101010 110011 0 1000101 11111010 100010 10111

Color Harmonies of #2E2750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2750

Black with #2E2750

Text Example


Text Example

White with #2E2750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,39,80); }

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

background-color css

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

 a { background-color: rgb(46,39,80); }

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

border-color css

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

 span { border-color: rgb(46,39,80); }

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