#293056

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

Shades of Lucky Point #293056

Tints of Lucky Point #293056

Color information

#293056 (or 0x293056) is unknown color: approx Lucky Point. HEX triplet: 29, 30 and 56. RGB value is (41,48,86). Sum of RGB (Red+Green+Blue) = 41+48+86=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #293056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293056 is #D6CFA9. Grayscale: #323232. Windows color (decimal): -14077866 or 5648425. OLE color: 5648425.

HSL color Cylindrical-coordinate representation of color #293056: hue angle of 230.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #293056 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB414886-
CMYK0.520.4400.66
HSL230.67º35.43%24.9%-
HSV(B)230.67º52.33%33.73%-
XYZ3.653.269.24-
YUV50.24148.18121.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=23.43%
G=27.43%
B=49.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4148860.520.4400.66230.6735.4324.9
Hex293056342C042e72319
Octal5160126645401023474331
Binary1010011100001010110110100101100010000101110011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293056; }

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

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

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

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

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

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

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

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