#24295E

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

Shades of Lucky Point #24295E

Tints of Lucky Point #24295E

Color information

#24295E (or 0x24295E) is unknown color: approx Lucky Point. HEX triplet: 24, 29 and 5E. RGB value is (36,41,94). Sum of RGB (Red+Green+Blue) = 36+41+94=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #24295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24295E is #DBD6A1. Grayscale: #2D2D2D. Windows color (decimal): -14407330 or 6170916. OLE color: 6170916.

HSL color Cylindrical-coordinate representation of color #24295E: hue angle of 234.83º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24295E is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB364194-
CMYK0.620.5600.63
HSL234.83º44.62%25.49%-
HSV(B)234.83º61.7%36.86%-
XYZ3.542.7710.94-
YUV45.55155.34121.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.05%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 94 (37.11% from 255) = 54.97%
R=21.05%
G=23.98%
B=54.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3641940.620.5600.63234.8344.6225.49
Hex24295E3E3803Feb2d19
Octal445113676700773535531
Binary100100101001101111011111011100001111111110101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24295E; }

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

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

<style>
 a { background-color: #24295E; }

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

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

<style>
 span { border-color: #24295E; }

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

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