#29305A

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

Shades of Lucky Point #29305A

Tints of Lucky Point #29305A

Color information

#29305A (or 0x29305A) is unknown color: approx Lucky Point. HEX triplet: 29, 30 and 5A. RGB value is (41,48,90). Sum of RGB (Red+Green+Blue) = 41+48+90=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #29305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29305A is #D6CFA5. Grayscale: #323232. Windows color (decimal): -14077862 or 5910569. OLE color: 5910569.

HSL color Cylindrical-coordinate representation of color #29305A: hue angle of 231.43º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29305A is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB414890-
CMYK0.540.4700.65
HSL231.43º37.4%25.69%-
HSV(B)231.43º54.44%35.29%-
XYZ3.823.3210.11-
YUV50.7150.18121.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 90 (35.55% from 255) = 50.28%
R=22.91%
G=26.82%
B=50.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4148900.540.4700.65231.4337.425.69
Hex29305A362F041e7251a
Octal5160132665701013474532
Binary1010011100001011010110110101111010000011110011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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