#293059

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

Shades of Lucky Point #293059

Tints of Lucky Point #293059

Color information

#293059 (or 0x293059) is unknown color: approx Lucky Point. HEX triplet: 29, 30 and 59. RGB value is (41,48,89). Sum of RGB (Red+Green+Blue) = 41+48+89=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #293059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293059 is #D6CFA6. Grayscale: #323232. Windows color (decimal): -14077863 or 5845033. OLE color: 5845033.

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

Color convert

RGB414889-
CMYK0.540.4600.65
HSL231.25º36.92%25.49%-
HSV(B)231.25º53.93%34.9%-
XYZ3.773.319.89-
YUV50.58149.68121.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 89 (35.16% from 255) = 50%
R=23.03%
G=26.97%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4148890.540.4600.65231.2536.9225.49
Hex293059362E041e72519
Octal5160131665601013474531
Binary1010011100001011001110110101110010000011110011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293059; }

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

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

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

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

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

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

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

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