#292B52

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

Shades of Lucky Point #292B52

Tints of Lucky Point #292B52

Color information

#292B52 (or 0x292B52) is unknown color: approx Lucky Point. HEX triplet: 29, 2B and 52. RGB value is (41,43,82). Sum of RGB (Red+Green+Blue) = 41+43+82=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #292B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B52 is #D6D4AD. Grayscale: #2E2E2E. Windows color (decimal): -14079150 or 5385001. OLE color: 5385001.

HSL color Cylindrical-coordinate representation of color #292B52: hue angle of 237.07º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #292B52 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB414382-
CMYK0.500.4800.68
HSL237.07º33.33%24.12%-
HSV(B)237.07º50%32.16%-
XYZ3.32.818.35-
YUV46.85147.84123.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 82 (32.42% from 255) = 49.40%
R=24.70%
G=25.90%
B=49.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4143820.500.4800.68237.0733.3324.12
Hex292B523230044ed2118
Octal5153122626001043554130
Binary1010011010111010010110010110000010001001110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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