Html Css Color HEX #2E314C Lucky Point

📋 copy color: '#2E314C'

red 46 ◦ green 49 ◦ blue 76

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

Shades of Lucky Point #2E314C

Tints of Lucky Point #2E314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 44.44%

R = 26.9%
G = 28.65%
B = 44.44%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E314C (or 0x2E314C) is known color: Lucky Point. HEX triplet: 2E, 31 and 4C. RGB value is (46,49,76). Sum of RGB (Red+Green+Blue) = 46+49+76=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E314C is #D1CEB3. Grayscale: #333333. Windows color (decimal): -13749940 or 4993326. OLE color: 4993326.

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

Color convert

RGB 46 49 76 -
CMYK 0.39 0.36 0 0.70
HSL 234º 0.25% 0.24% -
HSV(B) 234º 0.39% 0.3% -
XYZ 3.53 3.3 7.29 -
YUV 51.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 46 49 76 0.39 0.36 0 0.70 234 0.25 0.24
Hex 2E 31 4C 27 24 0 46 EA 19 18
Octal 56 61 114 47 44 0 106 352 31 30
Binary 101110 110001 1001100 100111 100100 0 1000110 11101010 11001 11000

Color Harmonies of #2E314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E314C

Black with #2E314C

Text Example


Text Example

White with #2E314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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