#292D52

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

Shades of Lucky Point #292D52

Tints of Lucky Point #292D52

Color information

#292D52 (or 0x292D52) is unknown color: approx Lucky Point. HEX triplet: 29, 2D and 52. RGB value is (41,45,82). Sum of RGB (Red+Green+Blue) = 41+45+82=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #292D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292D52 is #D6D2AD. Grayscale: #2F2F2F. Windows color (decimal): -14078638 or 5385513. OLE color: 5385513.

HSL color Cylindrical-coordinate representation of color #292D52: hue angle of 234.15º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #292D52 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB414582-
CMYK0.500.4500.68
HSL234.15º33.33%24.12%-
HSV(B)234.15º50%32.16%-
XYZ3.382.968.38-
YUV48.02147.17122.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 45 (17.97% from 255) = 26.79%
BLUE value IS 82 (32.42% from 255) = 48.81%
R=24.40%
G=26.79%
B=48.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4145820.500.4500.68234.1533.3324.12
Hex292D52322D044ea2118
Octal5155122625501043524130
Binary1010011011011010010110010101101010001001110101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,45,82); }

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

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

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

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

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

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

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