Html Css Color HEX #2E2650 Paua

📋 copy color: '#2E2650'

red 46 ◦ green 38 ◦ blue 80

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

Shades of Paua #2E2650

Tints of Paua #2E2650

RGB

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

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

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

R = 28.05%
G = 23.17%
B = 48.78%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E2650 (or 0x2E2650) is known color: Paua. HEX triplet: 2E, 26 and 50. RGB value is (46,38,80). Sum of RGB (Red+Green+Blue) = 46+38+80=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E2650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2650 is #D1D9AF. Grayscale: #2D2D2D. Windows color (decimal): -13752752 or 5252654. OLE color: 5252654.

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

Color convert

RGB 46 38 80 -
CMYK 0.42 0.52 0 0.69
HSL 251.43º 0.36% 0.23% -
HSV(B) 251.43º 0.53% 0.31% -
XYZ 3.27 2.55 7.91 -
YUV 45.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 46 38 80 0.42 0.52 0 0.69 251.43 0.36 0.23
Hex 2E 26 50 2A 34 0 45 FB 24 17
Octal 56 46 120 52 64 0 105 373 44 27
Binary 101110 100110 1010000 101010 110100 0 1000101 11111011 100100 10111

Color Harmonies of #2E2650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2650

Black with #2E2650

Text Example


Text Example

White with #2E2650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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