#293255

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

Shades of Lucky Point #293255

Tints of Lucky Point #293255

Color information

#293255 (or 0x293255) is unknown color: approx Lucky Point. HEX triplet: 29, 32 and 55. RGB value is (41,50,85). Sum of RGB (Red+Green+Blue) = 41+50+85=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #293255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293255 is #D6CDAA. Grayscale: #333333. Windows color (decimal): -14077355 or 5583401. OLE color: 5583401.

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

Color convert

RGB415085-
CMYK0.520.4100.67
HSL227.73º34.92%24.71%-
HSV(B)227.73º51.76%33.33%-
XYZ3.693.419.06-
YUV51.3147.02120.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 85 (33.59% from 255) = 48.30%
R=23.30%
G=28.41%
B=48.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4150850.520.4100.67227.7334.9224.71
Hex2932553429043e42319
Octal5162125645101033444331
Binary1010011100101010101110100101001010000111110010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293255; }

 p { color: rgb(41,50,85); }

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

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

 a { background-color: rgb(41,50,85); }

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

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

 span { border-color: rgb(41,50,85); }

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