#29294D

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

Shades of Lucky Point #29294D

Tints of Lucky Point #29294D

Color information

#29294D (or 0x29294D) is unknown color: approx Lucky Point. HEX triplet: 29, 29 and 4D. RGB value is (41,41,77). Sum of RGB (Red+Green+Blue) = 41+41+77=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #29294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29294D is #D6D6B2. Grayscale: #2C2C2C. Windows color (decimal): -14079667 or 5056809. OLE color: 5056809.

HSL color Cylindrical-coordinate representation of color #29294D: hue angle of 240º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29294D is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB414177-
CMYK0.470.4700.70
HSL240º30.51%23.14%-
HSV(B)240º46.75%30.2%-
XYZ3.052.597.36-
YUV45.1146125.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=25.79%
G=25.79%
B=48.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4141770.470.4700.7024030.5123.14
Hex29294D2F2F046f01f17
Octal5151115575701063603727
Binary101001101001100110110111110111101000110111100001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29294D; }

 p { color: rgb(41,41,77); }

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

<style>
 a { background-color: #29294D; }

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

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

<style>
 span { border-color: #29294D; }

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

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