Html Css Color HEX #2E3146 Lucky Point

📋 copy color: '#2E3146'

red 46 ◦ green 49 ◦ blue 70

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

Shades of Lucky Point #2E3146

Tints of Lucky Point #2E3146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.7%

 BLUE value IS 70 (27.73% from 255) = 42.42%

R = 27.88%
G = 29.7%
B = 42.42%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2E3146 (or 0x2E3146) is known color: Lucky Point. HEX triplet: 2E, 31 and 46. RGB value is (46,49,70). Sum of RGB (Red+Green+Blue) = 46+49+70=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #2E3146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3146 is #D1CEB9. Grayscale: #323232. Windows color (decimal): -13749946 or 4600110. OLE color: 4600110.

HSL color Cylindrical-coordinate representation of color #2E3146: hue angle of 232.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E3146 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 49 70 -
CMYK 0.34 0.30 0 0.73
HSL 232.5º 0.21% 0.23% -
HSV(B) 232.5º 0.34% 0.27% -
XYZ 3.33 3.22 6.24 -
YUV 50.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 46 49 70 0.34 0.30 0 0.73 232.5 0.21 0.23
Hex 2E 31 46 22 1E 0 49 E8 15 17
Octal 56 61 106 42 36 0 111 350 25 27
Binary 101110 110001 1000110 100010 11110 0 1001001 11101000 10101 10111

Color Harmonies of #2E3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3146

Black with #2E3146

Text Example


Text Example

White with #2E3146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,49,70); }

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

background-color css

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

 a { background-color: rgb(46,49,70); }

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

border-color css

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

 span { border-color: rgb(46,49,70); }

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