#293153

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

Shades of Lucky Point #293153

Tints of Lucky Point #293153

Color information

#293153 (or 0x293153) is unknown color: approx Lucky Point. HEX triplet: 29, 31 and 53. RGB value is (41,49,83). Sum of RGB (Red+Green+Blue) = 41+49+83=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #293153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293153 is #D6CEAC. Grayscale: #323232. Windows color (decimal): -14077613 or 5452073. OLE color: 5452073.

HSL color Cylindrical-coordinate representation of color #293153: hue angle of 228.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #293153 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB414983-
CMYK0.510.4100.67
HSL228.57º33.87%24.31%-
HSV(B)228.57º50.6%32.55%-
XYZ3.573.298.63-
YUV50.48146.35121.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 83 (32.81% from 255) = 47.98%
R=23.70%
G=28.32%
B=47.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4149830.510.4100.67228.5733.8724.31
Hex2931533329043e52218
Octal5161123635101033454230
Binary1010011100011010011110011101001010000111110010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293153; }

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

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

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

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

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

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

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

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