#292E45

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

Shades of Lucky Point #292E45

Tints of Lucky Point #292E45

Color information

#292E45 (or 0x292E45) is unknown color: approx Lucky Point. HEX triplet: 29, 2E and 45. RGB value is (41,46,69). Sum of RGB (Red+Green+Blue) = 41+46+69=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 69 - color contains mainly: blue. Hex color #292E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E45 is #D6D1BA. Grayscale: #2F2F2F. Windows color (decimal): -14078395 or 4533801. OLE color: 4533801.

HSL color Cylindrical-coordinate representation of color #292E45: hue angle of 229.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #292E45 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB414669-
CMYK0.410.3300.73
HSL229.29º25.45%21.57%-
HSV(B)229.29º40.58%27.06%-
XYZ2.972.866.03-
YUV47.13140.34123.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 46 (18.36% from 255) = 29.49%
BLUE value IS 69 (27.34% from 255) = 44.23%
R=26.28%
G=29.49%
B=44.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4146690.410.3300.73229.2925.4521.57
Hex292E452921049e51916
Octal5156105514101113453126
Binary101001101110100010110100110000101001001111001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292E45; }

 p { color: rgb(41,46,69); }

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

<style>
 a { background-color: #292E45; }

 a { background-color: rgb(41,46,69); }

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

<style>
 span { border-color: #292E45; }

 span { border-color: rgb(41,46,69); }

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