Html Css Color HEX #2E324D Lucky Point

📋 copy color: '#2E324D'

red 46 ◦ green 50 ◦ blue 77

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

Shades of Lucky Point #2E324D

Tints of Lucky Point #2E324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.9%

 BLUE value IS 77 (30.47% from 255) = 44.51%

R = 26.59%
G = 28.9%
B = 44.51%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E324D (or 0x2E324D) is known color: Lucky Point. HEX triplet: 2E, 32 and 4D. RGB value is (46,50,77). Sum of RGB (Red+Green+Blue) = 46+50+77=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E324D is #D1CDB2. Grayscale: #333333. Windows color (decimal): -13749683 or 5059118. OLE color: 5059118.

HSL color Cylindrical-coordinate representation of color #2E324D: hue angle of 232.26º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E324D is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 46 50 77 -
CMYK 0.40 0.35 0 0.70
HSL 232.26º 0.25% 0.24% -
HSV(B) 232.26º 0.4% 0.3% -
XYZ 3.61 3.4 7.49 -
YUV 51.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 46 50 77 0.40 0.35 0 0.70 232.26 0.25 0.24
Hex 2E 32 4D 28 23 0 46 E8 19 18
Octal 56 62 115 50 43 0 106 350 31 30
Binary 101110 110010 1001101 101000 100011 0 1000110 11101000 11001 11000

Color Harmonies of #2E324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E324D

Black with #2E324D

Text Example


Text Example

White with #2E324D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,50,77); }

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

background-color css

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

 a { background-color: rgb(46,50,77); }

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

border-color css

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

 span { border-color: rgb(46,50,77); }

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