Html Css Color HEX #2E274D Paua

📋 copy color: '#2E274D'

red 46 ◦ green 39 ◦ blue 77

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

Shades of Paua #2E274D

Tints of Paua #2E274D

RGB

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

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

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

R = 28.4%
G = 24.07%
B = 47.53%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E274D (or 0x2E274D) is known color: Paua. HEX triplet: 2E, 27 and 4D. RGB value is (46,39,77). Sum of RGB (Red+Green+Blue) = 46+39+77=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E274D is #D1D8B2. Grayscale: #2D2D2D. Windows color (decimal): -13752499 or 5056302. OLE color: 5056302.

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

Color convert

RGB 46 39 77 -
CMYK 0.40 0.49 0 0.70
HSL 251.05º 0.33% 0.23% -
HSV(B) 251.05º 0.49% 0.3% -
XYZ 3.19 2.57 7.35 -
YUV 45.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 46 39 77 0.40 0.49 0 0.70 251.05 0.33 0.23
Hex 2E 27 4D 28 31 0 46 FB 21 17
Octal 56 47 115 50 61 0 106 373 41 27
Binary 101110 100111 1001101 101000 110001 0 1000110 11111011 100001 10111

Color Harmonies of #2E274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E274D

Black with #2E274D

Text Example


Text Example

White with #2E274D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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