#24294F

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

Shades of Lucky Point #24294F

Tints of Lucky Point #24294F

Color information

#24294F (or 0x24294F) is unknown color: approx Lucky Point. HEX triplet: 24, 29 and 4F. RGB value is (36,41,79). Sum of RGB (Red+Green+Blue) = 36+41+79=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #24294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24294F is #DBD6B0. Grayscale: #2B2B2B. Windows color (decimal): -14407345 or 5187876. OLE color: 5187876.

HSL color Cylindrical-coordinate representation of color #24294F: hue angle of 233.02º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #24294F is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB364179-
CMYK0.540.4800.69
HSL233.02º37.39%22.55%-
HSV(B)233.02º54.43%30.98%-
XYZ2.932.537.73-
YUV43.84147.84122.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.08%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 79 (31.25% from 255) = 50.64%
R=23.08%
G=26.28%
B=50.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3641790.540.4800.69233.0237.3922.55
Hex24294F3630045e92517
Octal4451117666001053514527
Binary1001001010011001111110110110000010001011110100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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