#292A50

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

Shades of Lucky Point #292A50

Tints of Lucky Point #292A50

Color information

#292A50 (or 0x292A50) is unknown color: approx Lucky Point. HEX triplet: 29, 2A and 50. RGB value is (41,42,80). Sum of RGB (Red+Green+Blue) = 41+42+80=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #292A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292A50 is #D6D5AF. Grayscale: #2D2D2D. Windows color (decimal): -14079408 or 5253673. OLE color: 5253673.

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

Color convert

RGB414280-
CMYK0.490.4800.69
HSL238.46º32.23%23.73%-
HSV(B)238.46º48.75%31.37%-
XYZ3.192.717.94-
YUV46.03147.17124.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=25.15%
G=25.77%
B=49.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4142800.490.4800.69238.4632.2323.73
Hex292A503130045ee2018
Octal5152120616001053564030
Binary1010011010101010000110001110000010001011110111010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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