#292E5D

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

Shades of Lucky Point #292E5D

Tints of Lucky Point #292E5D

Color information

#292E5D (or 0x292E5D) is unknown color: approx Lucky Point. HEX triplet: 29, 2E and 5D. RGB value is (41,46,93). Sum of RGB (Red+Green+Blue) = 41+46+93=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #292E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E5D is #D6D1A2. Grayscale: #313131. Windows color (decimal): -14078371 or 6106665. OLE color: 6106665.

HSL color Cylindrical-coordinate representation of color #292E5D: hue angle of 234.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #292E5D is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB414693-
CMYK0.560.5100.64
HSL234.23º38.81%26.27%-
HSV(B)234.23º55.91%36.47%-
XYZ3.873.2210.77-
YUV49.86152.34121.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 46 (18.36% from 255) = 25.56%
BLUE value IS 93 (36.72% from 255) = 51.67%
R=22.78%
G=25.56%
B=51.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4146930.560.5100.64234.2338.8126.27
Hex292E5D3833040ea271a
Octal5156135706301003524732
Binary1010011011101011101111000110011010000001110101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,46,93); }

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

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

 a { background-color: rgb(41,46,93); }

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

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

 span { border-color: rgb(41,46,93); }

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