#292A53

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

Shades of Lucky Point #292A53

Tints of Lucky Point #292A53

Color information

#292A53 (or 0x292A53) is unknown color: approx Lucky Point. HEX triplet: 29, 2A and 53. RGB value is (41,42,83). Sum of RGB (Red+Green+Blue) = 41+42+83=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #292A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292A53 is #D6D5AC. Grayscale: #2E2E2E. Windows color (decimal): -14079405 or 5450281. OLE color: 5450281.

HSL color Cylindrical-coordinate representation of color #292A53: hue angle of 238.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #292A53 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB414283-
CMYK0.510.4900.67
HSL238.57º33.87%24.31%-
HSV(B)238.57º50.6%32.55%-
XYZ3.32.758.54-
YUV46.38148.67124.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 83 (32.81% from 255) = 50%
R=24.70%
G=25.30%
B=50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4142830.510.4900.67238.5733.8724.31
Hex292A533331043ef2218
Octal5152123636101033574230
Binary1010011010101010011110011110001010000111110111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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