Html Css Color HEX #2E274C Paua

📋 copy color: '#2E274C'

red 46 ◦ green 39 ◦ blue 76

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

Shades of Paua #2E274C

Tints of Paua #2E274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 47.2%

R = 28.57%
G = 24.22%
B = 47.2%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E274C (or 0x2E274C) is known color: Paua. HEX triplet: 2E, 27 and 4C. RGB value is (46,39,76). Sum of RGB (Red+Green+Blue) = 46+39+76=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E274C is #D1D8B3. Grayscale: #2D2D2D. Windows color (decimal): -13752500 or 4990766. OLE color: 4990766.

HSL color Cylindrical-coordinate representation of color #2E274C: hue angle of 251.35º degrees, saturation: 0.32, 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 #2E274C is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 46 39 76 -
CMYK 0.39 0.49 0 0.70
HSL 251.35º 0.32% 0.23% -
HSV(B) 251.35º 0.49% 0.3% -
XYZ 3.16 2.55 7.16 -
YUV 45.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 46 39 76 0.39 0.49 0 0.70 251.35 0.32 0.23
Hex 2E 27 4C 27 31 0 46 FB 20 17
Octal 56 47 114 47 61 0 106 373 40 27
Binary 101110 100111 1001100 100111 110001 0 1000110 11111011 100000 10111

Color Harmonies of #2E274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E274C

Black with #2E274C

Text Example


Text Example

White with #2E274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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