#292C48

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

Shades of Lucky Point #292C48

Tints of Lucky Point #292C48

Color information

#292C48 (or 0x292C48) is unknown color: approx Lucky Point. HEX triplet: 29, 2C and 48. RGB value is (41,44,72). Sum of RGB (Red+Green+Blue) = 41+44+72=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #292C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C48 is #D6D3B7. Grayscale: #2E2E2E. Windows color (decimal): -14078904 or 4729897. OLE color: 4729897.

HSL color Cylindrical-coordinate representation of color #292C48: hue angle of 234.19º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #292C48 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB414472-
CMYK0.430.3900.72
HSL234.19º27.43%22.16%-
HSV(B)234.19º43.06%28.24%-
XYZ2.982.746.5-
YUV46.3142.51124.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 44 (17.58% from 255) = 28.03%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=26.11%
G=28.03%
B=45.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4144720.430.3900.72234.1927.4322.16
Hex292C482B27048ea1b16
Octal5154110534701103523326
Binary101001101100100100010101110011101001000111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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