#292C55

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

Shades of Lucky Point #292C55

Tints of Lucky Point #292C55

Color information

#292C55 (or 0x292C55) is unknown color: approx Lucky Point. HEX triplet: 29, 2C and 55. RGB value is (41,44,85). Sum of RGB (Red+Green+Blue) = 41+44+85=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #292C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292C55 is #D6D3AA. Grayscale: #2F2F2F. Windows color (decimal): -14078891 or 5581865. OLE color: 5581865.

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

Color convert

RGB414485-
CMYK0.520.4800.67
HSL235.91º34.92%24.71%-
HSV(B)235.91º51.76%33.33%-
XYZ3.452.938.98-
YUV47.78149.01123.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 44 (17.58% from 255) = 25.88%
BLUE value IS 85 (33.59% from 255) = 50%
R=24.12%
G=25.88%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4144850.520.4800.67235.9134.9224.71
Hex292C553430043ec2319
Octal5154125646001033544331
Binary1010011011001010101110100110000010000111110110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,44,85); }

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

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

 a { background-color: rgb(41,44,85); }

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

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

 span { border-color: rgb(41,44,85); }

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