#293053

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

Shades of Lucky Point #293053

Tints of Lucky Point #293053

Color information

#293053 (or 0x293053) is unknown color: approx Lucky Point. HEX triplet: 29, 30 and 53. RGB value is (41,48,83). Sum of RGB (Red+Green+Blue) = 41+48+83=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #293053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293053 is #D6CFAC. Grayscale: #313131. Windows color (decimal): -14077869 or 5451817. OLE color: 5451817.

HSL color Cylindrical-coordinate representation of color #293053: hue angle of 230º 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 #293053 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB414883-
CMYK0.510.4200.67
HSL230º33.87%24.31%-
HSV(B)230º50.6%32.55%-
XYZ3.533.218.62-
YUV49.9146.68121.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.84%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 83 (32.81% from 255) = 48.26%
R=23.84%
G=27.91%
B=48.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4148830.510.4200.6723033.8724.31
Hex293053332A043e62218
Octal5160123635201033464230
Binary1010011100001010011110011101010010000111110011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293053; }

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

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

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

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

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

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

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

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