#24294D

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

Shades of Lucky Point #24294D

Tints of Lucky Point #24294D

Color information

#24294D (or 0x24294D) is unknown color: approx Lucky Point. HEX triplet: 24, 29 and 4D. RGB value is (36,41,77). Sum of RGB (Red+Green+Blue) = 36+41+77=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #24294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24294D is #DBD6B2. Grayscale: #2B2B2B. Windows color (decimal): -14407347 or 5056804. OLE color: 5056804.

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

Color convert

RGB364177-
CMYK0.530.4700.70
HSL232.68º36.28%22.16%-
HSV(B)232.68º53.25%30.2%-
XYZ2.862.57.35-
YUV43.61146.84122.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.38%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 77 (30.47% from 255) = 50%
R=23.38%
G=26.62%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3641770.530.4700.70232.6836.2822.16
Hex24294D352F046e92416
Octal4451115655701063514426
Binary1001001010011001101110101101111010001101110100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24294D; }

 p { color: rgb(36,41,77); }

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

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

 a { background-color: rgb(36,41,77); }

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

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

 span { border-color: rgb(36,41,77); }

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