#292E50

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

Shades of Lucky Point #292E50

Tints of Lucky Point #292E50

Color information

#292E50 (or 0x292E50) is unknown color: approx Lucky Point. HEX triplet: 29, 2E and 50. RGB value is (41,46,80). Sum of RGB (Red+Green+Blue) = 41+46+80=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #292E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E50 is #D6D1AF. Grayscale: #303030. Windows color (decimal): -14078384 or 5254697. OLE color: 5254697.

HSL color Cylindrical-coordinate representation of color #292E50: hue angle of 232.31º 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 #292E50 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB414680-
CMYK0.490.4200.69
HSL232.31º32.23%23.73%-
HSV(B)232.31º48.75%31.37%-
XYZ3.3437.99-
YUV48.38145.84122.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=24.55%
G=27.54%
B=47.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4146800.490.4200.69232.3132.2323.73
Hex292E50312A045e82018
Octal5156120615201053504030
Binary1010011011101010000110001101010010001011110100010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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