Html Css Color HEX #2E3159 Lucky Point

📋 copy color: '#2E3159'

red 46 ◦ green 49 ◦ blue 89

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

Shades of Lucky Point #2E3159

Tints of Lucky Point #2E3159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 48.37%

R = 25%
G = 26.63%
B = 48.37%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E3159 (or 0x2E3159) is known color: Lucky Point. HEX triplet: 2E, 31 and 59. RGB value is (46,49,89). Sum of RGB (Red+Green+Blue) = 46+49+89=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E3159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3159 is #D1CEA6. Grayscale: #343434. Windows color (decimal): -13749927 or 5845294. OLE color: 5845294.

HSL color Cylindrical-coordinate representation of color #2E3159: hue angle of 235.81º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E3159 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 49 89 -
CMYK 0.48 0.45 0 0.65
HSL 235.81º 0.32% 0.26% -
HSV(B) 235.81º 0.48% 0.35% -
XYZ 4.03 3.5 9.91 -
YUV 52.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 46 49 89 0.48 0.45 0 0.65 235.81 0.32 0.26
Hex 2E 31 59 30 2D 0 41 EC 20 1A
Octal 56 61 131 60 55 0 101 354 40 32
Binary 101110 110001 1011001 110000 101101 0 1000001 11101100 100000 11010

Color Harmonies of #2E3159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3159

Black with #2E3159

Text Example


Text Example

White with #2E3159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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