#292D50

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

Shades of Lucky Point #292D50

Tints of Lucky Point #292D50

Color information

#292D50 (or 0x292D50) is unknown color: approx Lucky Point. HEX triplet: 29, 2D and 50. RGB value is (41,45,80). Sum of RGB (Red+Green+Blue) = 41+45+80=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #292D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292D50 is #D6D2AF. Grayscale: #2F2F2F. Windows color (decimal): -14078640 or 5254441. OLE color: 5254441.

HSL color Cylindrical-coordinate representation of color #292D50: hue angle of 233.85º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #292D50 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB414580-
CMYK0.490.4400.69
HSL233.85º32.23%23.73%-
HSV(B)233.85º48.75%31.37%-
XYZ3.32.937.98-
YUV47.79146.17123.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 45 (17.97% from 255) = 27.11%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=24.70%
G=27.11%
B=48.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4145800.490.4400.69233.8532.2323.73
Hex292D50312C045ea2018
Octal5155120615401053524030
Binary1010011011011010000110001101100010001011110101010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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