#24254C

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

Shades of Lucky Point #24254C

Tints of Lucky Point #24254C

Color information

#24254C (or 0x24254C) is unknown color: approx Lucky Point. HEX triplet: 24, 25 and 4C. RGB value is (36,37,76). Sum of RGB (Red+Green+Blue) = 36+37+76=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #24254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24254C is #DBDAB3. Grayscale: #282828. Windows color (decimal): -14408372 or 4990244. OLE color: 4990244.

HSL color Cylindrical-coordinate representation of color #24254C: hue angle of 238.5º 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 #24254C is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB363776-
CMYK0.530.5100.70
HSL238.5º35.71%21.96%-
HSV(B)238.5º52.63%29.8%-
XYZ2.692.227.12-
YUV41.15147.67124.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.16%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 76 (30.08% from 255) = 51.01%
R=24.16%
G=24.83%
B=51.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3637760.530.5100.70238.535.7121.96
Hex24254C3533046ee2416
Octal4445114656301063564426
Binary1001001001011001100110101110011010001101110111010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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