#292953

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

Shades of Lucky Point #292953

Tints of Lucky Point #292953

Color information

#292953 (or 0x292953) is unknown color: approx Lucky Point. HEX triplet: 29, 29 and 53. RGB value is (41,41,83). Sum of RGB (Red+Green+Blue) = 41+41+83=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #292953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292953 is #D6D6AC. Grayscale: #2D2D2D. Windows color (decimal): -14079661 or 5450025. OLE color: 5450025.

HSL color Cylindrical-coordinate representation of color #292953: hue angle of 240º 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 #292953 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB414183-
CMYK0.510.5100.67
HSL240º33.87%24.31%-
HSV(B)240º50.6%32.55%-
XYZ3.272.688.53-
YUV45.79149124.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 83 (32.81% from 255) = 50.30%
R=24.85%
G=24.85%
B=50.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4141830.510.5100.6724033.8724.31
Hex2929533333043f02218
Octal5151123636301033604230
Binary1010011010011010011110011110011010000111111000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292953; }

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

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

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

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

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

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

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

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