#242859

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

Shades of Lucky Point #242859

Tints of Lucky Point #242859

Color information

#242859 (or 0x242859) is unknown color: approx Lucky Point. HEX triplet: 24, 28 and 59. RGB value is (36,40,89). Sum of RGB (Red+Green+Blue) = 36+40+89=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #242859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242859 is #DBD7A6. Grayscale: #2C2C2C. Windows color (decimal): -14407591 or 5842980. OLE color: 5842980.

HSL color Cylindrical-coordinate representation of color #242859: hue angle of 235.47º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #242859 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB364089-
CMYK0.600.5500.65
HSL235.47º42.4%24.51%-
HSV(B)235.47º59.55%34.9%-
XYZ3.292.619.78-
YUV44.39153.17122.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 89 (35.16% from 255) = 53.94%
R=21.82%
G=24.24%
B=53.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3640890.600.5500.65235.4742.424.51
Hex2428593C37041eb2a19
Octal4450131746701013535231
Binary1001001010001011001111100110111010000011110101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242859; }

 p { color: rgb(36,40,89); }

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

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

 a { background-color: rgb(36,40,89); }

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

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

 span { border-color: rgb(36,40,89); }

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