#2E334E

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

Shades of Lucky Point #2E334E

Tints of Lucky Point #2E334E

Color information

#2E334E (or 0x2E334E) is unknown color: approx Lucky Point. HEX triplet: 2E, 33 and 4E. RGB value is (46,51,78). Sum of RGB (Red+Green+Blue) = 46+51+78=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E334E is #D1CCB1. Grayscale: #343434. Windows color (decimal): -13749426 or 5124910. OLE color: 5124910.

HSL color Cylindrical-coordinate representation of color #2E334E: hue angle of 230.62º 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 #2E334E is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB465178-
CMYK0.410.3500.69
HSL230.62º25.81%24.31%-
HSV(B)230.62º41.03%30.59%-
XYZ3.693.57.69-
YUV52.58142.34123.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.29%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 78 (30.86% from 255) = 44.57%
R=26.29%
G=29.14%
B=44.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4651780.410.3500.69230.6225.8124.31
Hex2E334E2923045e71a18
Octal5663116514301053473230
Binary101110110011100111010100110001101000101111001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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