#292B50

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

Shades of Lucky Point #292B50

Tints of Lucky Point #292B50

Color information

#292B50 (or 0x292B50) is unknown color: approx Lucky Point. HEX triplet: 29, 2B and 50. RGB value is (41,43,80). Sum of RGB (Red+Green+Blue) = 41+43+80=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #292B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B50 is #D6D4AF. Grayscale: #2E2E2E. Windows color (decimal): -14079152 or 5253929. OLE color: 5253929.

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

Color convert

RGB414380-
CMYK0.490.4600.69
HSL236.92º32.23%23.73%-
HSV(B)236.92º48.75%31.37%-
XYZ3.232.787.96-
YUV46.62146.84123.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=25%
G=26.22%
B=48.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4143800.490.4600.69236.9232.2323.73
Hex292B50312E045ed2018
Octal5153120615601053554030
Binary1010011010111010000110001101110010001011110110110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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