#2E334C

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

Shades of Lucky Point #2E334C

Tints of Lucky Point #2E334C

Color information

#2E334C (or 0x2E334C) is unknown color: approx Lucky Point. HEX triplet: 2E, 33 and 4C. RGB value is (46,51,76). Sum of RGB (Red+Green+Blue) = 46+51+76=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E334C is #D1CCB3. Grayscale: #343434. Windows color (decimal): -13749428 or 4993838. OLE color: 4993838.

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

Color convert

RGB465176-
CMYK0.390.3300.70
HSL230º24.59%23.92%-
HSV(B)230º39.47%29.8%-
XYZ3.623.477.32-
YUV52.36141.34123.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.59%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=26.59%
G=29.48%
B=43.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4651760.390.3300.7023024.5923.92
Hex2E334C2721046e61918
Octal5663114474101063463130
Binary101110110011100110010011110000101000110111001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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