#24264C

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

Shades of Lucky Point #24264C

Tints of Lucky Point #24264C

Color information

#24264C (or 0x24264C) is unknown color: approx Lucky Point. HEX triplet: 24, 26 and 4C. RGB value is (36,38,76). Sum of RGB (Red+Green+Blue) = 36+38+76=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #24264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24264C is #DBD9B3. Grayscale: #292929. Windows color (decimal): -14408116 or 4990500. OLE color: 4990500.

HSL color Cylindrical-coordinate representation of color #24264C: hue angle of 237º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24264C is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB363876-
CMYK0.530.500.70
HSL237º35.71%21.96%-
HSV(B)237º52.63%29.8%-
XYZ2.732.287.13-
YUV41.73147.34123.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24%
GREEN value IS 38 (15.23% from 255) = 25.33%
BLUE value IS 76 (30.08% from 255) = 50.67%
R=24%
G=25.33%
B=50.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3638760.530.500.7023735.7121.96
Hex24264C3532046ed2416
Octal4446114656201063554426
Binary1001001001101001100110101110010010001101110110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24264C; }

 p { color: rgb(36,38,76); }

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

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

 a { background-color: rgb(36,38,76); }

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

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

 span { border-color: rgb(36,38,76); }

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