#292D53

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

Shades of Lucky Point #292D53

Tints of Lucky Point #292D53

Color information

#292D53 (or 0x292D53) is unknown color: approx Lucky Point. HEX triplet: 29, 2D and 53. RGB value is (41,45,83). Sum of RGB (Red+Green+Blue) = 41+45+83=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #292D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292D53 is #D6D2AC. Grayscale: #2F2F2F. Windows color (decimal): -14078637 or 5451049. OLE color: 5451049.

HSL color Cylindrical-coordinate representation of color #292D53: hue angle of 234.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #292D53 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB414583-
CMYK0.510.4600.67
HSL234.29º33.87%24.31%-
HSV(B)234.29º50.6%32.55%-
XYZ3.412.978.58-
YUV48.14147.67122.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 45 (17.97% from 255) = 26.63%
BLUE value IS 83 (32.81% from 255) = 49.11%
R=24.26%
G=26.63%
B=49.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4145830.510.4600.67234.2933.8724.31
Hex292D53332E043ea2218
Octal5155123635601033524230
Binary1010011011011010011110011101110010000111110101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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