#292B59

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

Shades of Lucky Point #292B59

Tints of Lucky Point #292B59

Color information

#292B59 (or 0x292B59) is unknown color: approx Lucky Point. HEX triplet: 29, 2B and 59. RGB value is (41,43,89). Sum of RGB (Red+Green+Blue) = 41+43+89=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #292B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B59 is #D6D4A6. Grayscale: #2F2F2F. Windows color (decimal): -14079143 or 5843753. OLE color: 5843753.

HSL color Cylindrical-coordinate representation of color #292B59: hue angle of 237.5º 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 #292B59 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB414389-
CMYK0.540.5200.65
HSL237.5º36.92%25.49%-
HSV(B)237.5º53.93%34.9%-
XYZ3.582.929.83-
YUV47.65151.34123.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=23.70%
G=24.86%
B=51.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4143890.540.5200.65237.536.9225.49
Hex292B593634041ee2519
Octal5153131666401013564531
Binary1010011010111011001110110110100010000011110111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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