#293356

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

Shades of Lucky Point #293356

Tints of Lucky Point #293356

Color information

#293356 (or 0x293356) is unknown color: approx Lucky Point. HEX triplet: 29, 33 and 56. RGB value is (41,51,86). Sum of RGB (Red+Green+Blue) = 41+51+86=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #293356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293356 is #D6CCA9. Grayscale: #333333. Windows color (decimal): -14077098 or 5649193. OLE color: 5649193.

HSL color Cylindrical-coordinate representation of color #293356: hue angle of 226.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 #293356 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB415186-
CMYK0.520.4100.66
HSL226.67º35.43%24.9%-
HSV(B)226.67º52.33%33.73%-
XYZ3.783.519.28-
YUV52147.19120.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=23.03%
G=28.65%
B=48.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4151860.520.4100.66226.6735.4324.9
Hex2933563429042e32319
Octal5163126645101023434331
Binary1010011100111010110110100101001010000101110001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293356; }

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

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

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

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

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

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

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

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