#2E3353

Color #2E3353 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #2E3353

Tints of Lucky Point #2E3353

Color information

#2E3353 (or 0x2E3353) is unknown color: approx Lucky Point. HEX triplet: 2E, 33 and 53. RGB value is (46,51,83). Sum of RGB (Red+Green+Blue) = 46+51+83=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E3353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3353 is #D1CCAC. Grayscale: #353535. Windows color (decimal): -13749421 or 5452590. OLE color: 5452590.

HSL color Cylindrical-coordinate representation of color #2E3353: hue angle of 231.89º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E3353 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB465183-
CMYK0.450.3900.67
HSL231.89º28.68%25.29%-
HSV(B)231.89º44.58%32.55%-
XYZ3.873.578.67-
YUV53.15144.84122.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.56%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 83 (32.81% from 255) = 46.11%
R=25.56%
G=28.33%
B=46.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4651830.450.3900.67231.8928.6825.29
Hex2E33532D27043e81d19
Octal5663123554701033503531
Binary101110110011101001110110110011101000011111010001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E3353;
 }
 .AnyTagClassName
 {
   color: #2E3353;
 }
</style>
background-color css

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

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

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

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

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

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