#242858

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

Shades of Lucky Point #242858

Tints of Lucky Point #242858

Color information

#242858 (or 0x242858) is unknown color: approx Lucky Point. HEX triplet: 24, 28 and 58. RGB value is (36,40,88). Sum of RGB (Red+Green+Blue) = 36+40+88=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #242858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242858 is #DBD7A7. Grayscale: #2C2C2C. Windows color (decimal): -14407592 or 5777444. OLE color: 5777444.

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

Color convert

RGB364088-
CMYK0.590.5500.65
HSL235.38º41.94%24.31%-
HSV(B)235.38º59.09%34.51%-
XYZ3.252.69.56-
YUV44.28152.67122.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 88 (34.77% from 255) = 53.66%
R=21.95%
G=24.39%
B=53.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3640880.590.5500.65235.3841.9424.31
Hex2428583B37041eb2a18
Octal4450130736701013535230
Binary1001001010001011000111011110111010000011110101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242858; }

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

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

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

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

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

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

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

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