#292E5B

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

Shades of Lucky Point #292E5B

Tints of Lucky Point #292E5B

Color information

#292E5B (or 0x292E5B) is unknown color: approx Lucky Point. HEX triplet: 29, 2E and 5B. RGB value is (41,46,91). Sum of RGB (Red+Green+Blue) = 41+46+91=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #292E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E5B is #D6D1A4. Grayscale: #313131. Windows color (decimal): -14078373 or 5975593. OLE color: 5975593.

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

Color convert

RGB414691-
CMYK0.550.4900.64
HSL234º37.88%25.88%-
HSV(B)234º54.95%35.69%-
XYZ3.783.1810.31-
YUV49.64151.34121.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 46 (18.36% from 255) = 25.84%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=23.03%
G=25.84%
B=51.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4146910.550.4900.6423437.8825.88
Hex292E5B3731040ea261a
Octal5156133676101003524632
Binary1010011011101011011110111110001010000001110101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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