#292D59

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

Shades of Lucky Point #292D59

Tints of Lucky Point #292D59

Color information

#292D59 (or 0x292D59) is unknown color: approx Lucky Point. HEX triplet: 29, 2D and 59. RGB value is (41,45,89). Sum of RGB (Red+Green+Blue) = 41+45+89=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #292D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292D59 is #D6D2A6. Grayscale: #303030. Windows color (decimal): -14078631 or 5844265. OLE color: 5844265.

HSL color Cylindrical-coordinate representation of color #292D59: hue angle of 235º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #292D59 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB414589-
CMYK0.540.4900.65
HSL235º36.92%25.49%-
HSV(B)235º53.93%34.9%-
XYZ3.663.079.85-
YUV48.82150.67122.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 45 (17.97% from 255) = 25.71%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=23.43%
G=25.71%
B=50.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4145890.540.4900.6523536.9225.49
Hex292D593631041eb2519
Octal5155131666101013534531
Binary1010011011011011001110110110001010000011110101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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