#29305C

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

Shades of Lucky Point #29305C

Tints of Lucky Point #29305C

Color information

#29305C (or 0x29305C) is unknown color: approx Lucky Point. HEX triplet: 29, 30 and 5C. RGB value is (41,48,92). Sum of RGB (Red+Green+Blue) = 41+48+92=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #29305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29305C is #D6CFA3. Grayscale: #323232. Windows color (decimal): -14077860 or 6041641. OLE color: 6041641.

HSL color Cylindrical-coordinate representation of color #29305C: hue angle of 231.76º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29305C is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB414892-
CMYK0.550.4800.64
HSL231.76º38.35%26.08%-
HSV(B)231.76º55.43%36.08%-
XYZ3.93.3610.57-
YUV50.92151.18120.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 92 (36.33% from 255) = 50.83%
R=22.65%
G=26.52%
B=50.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4148920.550.4800.64231.7638.3526.08
Hex29305C3730040e8261a
Octal5160134676001003504632
Binary1010011100001011100110111110000010000001110100010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29305C; }

 p { color: rgb(41,48,92); }

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

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

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

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

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

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

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