Html Css Color HEX #2E3149 Lucky Point

📋 copy color: '#2E3149'

red 46 ◦ green 49 ◦ blue 73

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

Shades of Lucky Point #2E3149

Tints of Lucky Point #2E3149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 43.45%

R = 27.38%
G = 29.17%
B = 43.45%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2E3149 (or 0x2E3149) is known color: Lucky Point. HEX triplet: 2E, 31 and 49. RGB value is (46,49,73). Sum of RGB (Red+Green+Blue) = 46+49+73=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E3149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3149 is #D1CEB6. Grayscale: #323232. Windows color (decimal): -13749943 or 4796718. OLE color: 4796718.

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

Color convert

RGB 46 49 73 -
CMYK 0.37 0.33 0 0.71
HSL 233.33º 0.23% 0.23% -
HSV(B) 233.33º 0.37% 0.29% -
XYZ 3.43 3.26 6.75 -
YUV 50.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 46 49 73 0.37 0.33 0 0.71 233.33 0.23 0.23
Hex 2E 31 49 25 21 0 47 E9 17 17
Octal 56 61 111 45 41 0 107 351 27 27
Binary 101110 110001 1001001 100101 100001 0 1000111 11101001 10111 10111

Color Harmonies of #2E3149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3149

Black with #2E3149

Text Example


Text Example

White with #2E3149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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