#24254F

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

Shades of Lucky Point #24254F

Tints of Lucky Point #24254F

Color information

#24254F (or 0x24254F) is unknown color: approx Lucky Point. HEX triplet: 24, 25 and 4F. RGB value is (36,37,79). Sum of RGB (Red+Green+Blue) = 36+37+79=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #24254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24254F is #DBDAB0. Grayscale: #292929. Windows color (decimal): -14408369 or 5186852. OLE color: 5186852.

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

Color convert

RGB363779-
CMYK0.540.5300.69
HSL238.6º37.39%22.55%-
HSV(B)238.6º54.43%30.98%-
XYZ2.82.267.69-
YUV41.49149.17124.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 79 (31.25% from 255) = 51.97%
R=23.68%
G=24.34%
B=51.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3637790.540.5300.69238.637.3922.55
Hex24254F3635045ef2517
Octal4445117666501053574527
Binary1001001001011001111110110110101010001011110111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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