#2E324E

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

Shades of Lucky Point #2E324E

Tints of Lucky Point #2E324E

Color information

#2E324E (or 0x2E324E) is unknown color: approx Lucky Point. HEX triplet: 2E, 32 and 4E. RGB value is (46,50,78). Sum of RGB (Red+Green+Blue) = 46+50+78=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E324E is #D1CDB1. Grayscale: #333333. Windows color (decimal): -13749682 or 5124654. OLE color: 5124654.

HSL color Cylindrical-coordinate representation of color #2E324E: hue angle of 232.5º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E324E is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB465078-
CMYK0.410.3600.69
HSL232.5º25.81%24.31%-
HSV(B)232.5º41.03%30.59%-
XYZ3.643.417.67-
YUV52142.67123.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 78 (30.86% from 255) = 44.83%
R=26.44%
G=28.74%
B=44.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4650780.410.3600.69232.525.8124.31
Hex2E324E2924045e81a18
Octal5662116514401053503230
Binary101110110010100111010100110010001000101111010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,50,78); }

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

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

 a { background-color: rgb(46,50,78); }

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

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

 span { border-color: rgb(46,50,78); }

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