#293051

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

Shades of Lucky Point #293051

Tints of Lucky Point #293051

Color information

#293051 (or 0x293051) is unknown color: approx Lucky Point. HEX triplet: 29, 30 and 51. RGB value is (41,48,81). Sum of RGB (Red+Green+Blue) = 41+48+81=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #293051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293051 is #D6CFAE. Grayscale: #313131. Windows color (decimal): -14077871 or 5320745. OLE color: 5320745.

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

Color convert

RGB414881-
CMYK0.490.4100.68
HSL229.5º32.79%23.92%-
HSV(B)229.5º49.38%31.76%-
XYZ3.463.188.22-
YUV49.67145.68121.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 81 (32.03% from 255) = 47.65%
R=24.12%
G=28.24%
B=47.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4148810.490.4100.68229.532.7923.92
Hex2930513129044e62118
Octal5160121615101043464130
Binary1010011100001010001110001101001010001001110011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293051; }

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

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

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

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

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

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

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

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