#24264B

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

Shades of Lucky Point #24264B

Tints of Lucky Point #24264B

Color information

#24264B (or 0x24264B) is unknown color: approx Lucky Point. HEX triplet: 24, 26 and 4B. RGB value is (36,38,75). Sum of RGB (Red+Green+Blue) = 36+38+75=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #24264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24264B is #DBD9B4. Grayscale: #292929. Windows color (decimal): -14408117 or 4924964. OLE color: 4924964.

HSL color Cylindrical-coordinate representation of color #24264B: hue angle of 236.92º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #24264B is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB363875-
CMYK0.520.4900.71
HSL236.92º35.14%21.76%-
HSV(B)236.92º52%29.41%-
XYZ2.692.276.95-
YUV41.62146.84123.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.16%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=24.16%
G=25.50%
B=50.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3638750.520.4900.71236.9235.1421.76
Hex24264B3431047ed2316
Octal4446113646101073554326
Binary1001001001101001011110100110001010001111110110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24264B; }

 p { color: rgb(36,38,75); }

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

<style>
 a { background-color: #24264B; }

 a { background-color: rgb(36,38,75); }

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

<style>
 span { border-color: #24264B; }

 span { border-color: rgb(36,38,75); }

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