#292C49

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

Shades of Lucky Point #292C49

Tints of Lucky Point #292C49

Color information

#292C49 (or 0x292C49) is unknown color: approx Lucky Point. HEX triplet: 29, 2C and 49. RGB value is (41,44,73). Sum of RGB (Red+Green+Blue) = 41+44+73=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #292C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C49 is #D6D3B6. Grayscale: #2E2E2E. Windows color (decimal): -14078903 or 4795433. OLE color: 4795433.

HSL color Cylindrical-coordinate representation of color #292C49: hue angle of 234.38º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #292C49 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB414473-
CMYK0.440.4000.71
HSL234.38º28.07%22.35%-
HSV(B)234.38º43.84%28.63%-
XYZ3.022.756.68-
YUV46.41143.01124.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 44 (17.58% from 255) = 27.85%
BLUE value IS 73 (28.91% from 255) = 46.20%
R=25.95%
G=27.85%
B=46.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4144730.440.4000.71234.3828.0722.35
Hex292C492C28047ea1c16
Octal5154111545001073523426
Binary101001101100100100110110010100001000111111010101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,44,73); }

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

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

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

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

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

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

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