#242A48

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

Shades of Lucky Point #242A48

Tints of Lucky Point #242A48

Color information

#242A48 (or 0x242A48) is unknown color: approx Lucky Point. HEX triplet: 24, 2A and 48. RGB value is (36,42,72). Sum of RGB (Red+Green+Blue) = 36+42+72=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #242A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A48 is #DBD5B7. Grayscale: #2B2B2B. Windows color (decimal): -14407096 or 4729380. OLE color: 4729380.

HSL color Cylindrical-coordinate representation of color #242A48: hue angle of 230º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #242A48 is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB364272-
CMYK0.50.4200.72
HSL230º33.33%21.18%-
HSV(B)230º50%28.24%-
XYZ2.732.56.47-
YUV43.63144.01122.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 72 (28.52% from 255) = 48%
R=24%
G=28%
B=48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3642720.50.4200.7223033.3321.18
Hex242A48322A048e62115
Octal4452110625201103464125
Binary1001001010101001000110010101010010010001110011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242A48; }

 p { color: rgb(36,42,72); }

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

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

 a { background-color: rgb(36,42,72); }

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

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

 span { border-color: rgb(36,42,72); }

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