Html Css Color HEX #2E3350 Lucky Point

📋 copy color: '#2E3350'

red 46 ◦ green 51 ◦ blue 80

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

Shades of Lucky Point #2E3350

Tints of Lucky Point #2E3350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.81%

 BLUE value IS 80 (31.64% from 255) = 45.2%

R = 25.99%
G = 28.81%
B = 45.2%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E3350 (or 0x2E3350) is known color: Lucky Point. HEX triplet: 2E, 33 and 50. RGB value is (46,51,80). Sum of RGB (Red+Green+Blue) = 46+51+80=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E3350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3350 is #D1CCAF. Grayscale: #343434. Windows color (decimal): -13749424 or 5255982. OLE color: 5255982.

HSL color Cylindrical-coordinate representation of color #2E3350: hue angle of 231.18º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E3350 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 46 51 80 -
CMYK 0.42 0.36 0 0.69
HSL 231.18º 0.27% 0.25% -
HSV(B) 231.18º 0.43% 0.31% -
XYZ 3.76 3.53 8.07 -
YUV 52.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 46 51 80 0.42 0.36 0 0.69 231.18 0.27 0.25
Hex 2E 33 50 2A 24 0 45 E7 1B 19
Octal 56 63 120 52 44 0 105 347 33 31
Binary 101110 110011 1010000 101010 100100 0 1000101 11100111 11011 11001

Color Harmonies of #2E3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3350

Black with #2E3350

Text Example


Text Example

White with #2E3350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,51,80); }

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

background-color css

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

 a { background-color: rgb(46,51,80); }

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

border-color css

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

 span { border-color: rgb(46,51,80); }

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