#293156

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

Shades of Lucky Point #293156

Tints of Lucky Point #293156

Color information

#293156 (or 0x293156) is unknown color: approx Lucky Point. HEX triplet: 29, 31 and 56. RGB value is (41,49,86). Sum of RGB (Red+Green+Blue) = 41+49+86=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #293156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293156 is #D6CEA9. Grayscale: #323232. Windows color (decimal): -14077610 or 5648681. OLE color: 5648681.

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

Color convert

RGB414986-
CMYK0.520.4300.66
HSL229.33º35.43%24.9%-
HSV(B)229.33º52.33%33.73%-
XYZ3.693.349.25-
YUV50.83147.85120.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=23.30%
G=27.84%
B=48.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4149860.520.4300.66229.3335.4324.9
Hex293156342B042e52319
Octal5161126645301023454331
Binary1010011100011010110110100101011010000101110010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293156; }

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

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

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

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

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

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

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

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