#292E58

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

Shades of Lucky Point #292E58

Tints of Lucky Point #292E58

Color information

#292E58 (or 0x292E58) is unknown color: approx Lucky Point. HEX triplet: 29, 2E and 58. RGB value is (41,46,88). Sum of RGB (Red+Green+Blue) = 41+46+88=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #292E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E58 is #D6D1A7. Grayscale: #313131. Windows color (decimal): -14078376 or 5778985. OLE color: 5778985.

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

Color convert

RGB414688-
CMYK0.530.4800.65
HSL233.62º36.43%25.29%-
HSV(B)233.62º53.41%34.51%-
XYZ3.653.139.64-
YUV49.29149.84122.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=23.43%
G=26.29%
B=50.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4146880.530.4800.65233.6236.4325.29
Hex292E583530041ea2419
Octal5156130656001013524431
Binary1010011011101011000110101110000010000011110101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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