#293155

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

Shades of Lucky Point #293155

Tints of Lucky Point #293155

Color information

#293155 (or 0x293155) is unknown color: approx Lucky Point. HEX triplet: 29, 31 and 55. RGB value is (41,49,85). Sum of RGB (Red+Green+Blue) = 41+49+85=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #293155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293155 is #D6CEAA. Grayscale: #323232. Windows color (decimal): -14077611 or 5583145. OLE color: 5583145.

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

Color convert

RGB414985-
CMYK0.520.4200.67
HSL229.09º34.92%24.71%-
HSV(B)229.09º51.76%33.33%-
XYZ3.653.329.04-
YUV50.71147.35121.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=23.43%
G=28%
B=48.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4149850.520.4200.67229.0934.9224.71
Hex293155342A043e52319
Octal5161125645201033454331
Binary1010011100011010101110100101010010000111110010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293155; }

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

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

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

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

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

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

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

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