Html Css Color HEX #2E284F Paua

📋 copy color: '#2E284F'

red 46 ◦ green 40 ◦ blue 79

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

Shades of Paua #2E284F

Tints of Paua #2E284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.24%

 BLUE value IS 79 (31.25% from 255) = 47.88%

R = 27.88%
G = 24.24%
B = 47.88%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E284F (or 0x2E284F) is known color: Paua. HEX triplet: 2E, 28 and 4F. RGB value is (46,40,79). Sum of RGB (Red+Green+Blue) = 46+40+79=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E284F is #D1D7B0. Grayscale: #2E2E2E. Windows color (decimal): -13752241 or 5187630. OLE color: 5187630.

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

Color convert

RGB 46 40 79 -
CMYK 0.42 0.49 0 0.69
HSL 249.23º 0.33% 0.23% -
HSV(B) 249.23º 0.49% 0.31% -
XYZ 3.3 2.66 7.74 -
YUV 46.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 46 40 79 0.42 0.49 0 0.69 249.23 0.33 0.23
Hex 2E 28 4F 2A 31 0 45 F9 21 17
Octal 56 50 117 52 61 0 105 371 41 27
Binary 101110 101000 1001111 101010 110001 0 1000101 11111001 100001 10111

Color Harmonies of #2E284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E284F

Black with #2E284F

Text Example


Text Example

White with #2E284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,40,79); }

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

background-color css

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

 a { background-color: rgb(46,40,79); }

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

border-color css

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

 span { border-color: rgb(46,40,79); }

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