Html Css Color HEX #2E2B4A Paua

📋 copy color: '#2E2B4A'

red 46 ◦ green 43 ◦ blue 74

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

Shades of Paua #2E2B4A

Tints of Paua #2E2B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.38%

 BLUE value IS 74 (29.3% from 255) = 45.4%

R = 28.22%
G = 26.38%
B = 45.4%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2E2B4A (or 0x2E2B4A) is known color: Paua. HEX triplet: 2E, 2B and 4A. RGB value is (46,43,74). Sum of RGB (Red+Green+Blue) = 46+43+74=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E2B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2B4A is #D1D4B5. Grayscale: #2F2F2F. Windows color (decimal): -13751478 or 4860718. OLE color: 4860718.

HSL color Cylindrical-coordinate representation of color #2E2B4A: hue angle of 245.81º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E2B4A is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 43 74 -
CMYK 0.38 0.42 0 0.71
HSL 245.81º 0.26% 0.23% -
HSV(B) 245.81º 0.42% 0.29% -
XYZ 3.23 2.8 6.85 -
YUV 47.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 46 43 74 0.38 0.42 0 0.71 245.81 0.26 0.23
Hex 2E 2B 4A 26 2A 0 47 F6 1A 17
Octal 56 53 112 46 52 0 107 366 32 27
Binary 101110 101011 1001010 100110 101010 0 1000111 11110110 11010 10111

Color Harmonies of #2E2B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2B4A

Black with #2E2B4A

Text Example


Text Example

White with #2E2B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,43,74); }

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

background-color css

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

 a { background-color: rgb(46,43,74); }

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

border-color css

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

 span { border-color: rgb(46,43,74); }

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