#2E314A

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

Shades of Lucky Point #2E314A

Tints of Lucky Point #2E314A

Color information

#2E314A (or 0x2E314A) is unknown color: approx Lucky Point. HEX triplet: 2E, 31 and 4A. RGB value is (46,49,74). Sum of RGB (Red+Green+Blue) = 46+49+74=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E314A is #D1CEB5. Grayscale: #323232. Windows color (decimal): -13749942 or 4862254. OLE color: 4862254.

HSL color Cylindrical-coordinate representation of color #2E314A: hue angle of 233.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E314A is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB464974-
CMYK0.380.3400.71
HSL233.57º23.33%23.53%-
HSV(B)233.57º37.84%29.02%-
XYZ3.463.276.93-
YUV50.95141.01124.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.22%
GREEN value IS 49 (19.53% from 255) = 28.99%
BLUE value IS 74 (29.30% from 255) = 43.79%
R=27.22%
G=28.99%
B=43.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4649740.380.3400.71233.5723.3323.53
Hex2E314A2622047ea1718
Octal5661112464201073522730
Binary101110110001100101010011010001001000111111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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