#292F56

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

Shades of Lucky Point #292F56

Tints of Lucky Point #292F56

Color information

#292F56 (or 0x292F56) is unknown color: approx Lucky Point. HEX triplet: 29, 2F and 56. RGB value is (41,47,86). Sum of RGB (Red+Green+Blue) = 41+47+86=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #292F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292F56 is #D6D0A9. Grayscale: #313131. Windows color (decimal): -14078122 or 5648169. OLE color: 5648169.

HSL color Cylindrical-coordinate representation of color #292F56: hue angle of 232º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #292F56 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB414786-
CMYK0.520.4500.66
HSL232º35.43%24.9%-
HSV(B)232º52.33%33.73%-
XYZ3.613.189.23-
YUV49.65148.51121.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 47 (18.75% from 255) = 27.01%
BLUE value IS 86 (33.98% from 255) = 49.43%
R=23.56%
G=27.01%
B=49.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4147860.520.4500.6623235.4324.9
Hex292F56342D042e82319
Octal5157126645501023504331
Binary1010011011111010110110100101101010000101110100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,47,86); }

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

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

 a { background-color: rgb(41,47,86); }

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

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

 span { border-color: rgb(41,47,86); }

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