#24264A

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

Shades of Lucky Point #24264A

Tints of Lucky Point #24264A

Color information

#24264A (or 0x24264A) is unknown color: approx Lucky Point. HEX triplet: 24, 26 and 4A. RGB value is (36,38,74). Sum of RGB (Red+Green+Blue) = 36+38+74=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #24264A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24264A is #DBD9B5. Grayscale: #292929. Windows color (decimal): -14408118 or 4859428. OLE color: 4859428.

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

Color convert

RGB363874-
CMYK0.510.4900.71
HSL236.84º34.55%21.57%-
HSV(B)236.84º51.35%29.02%-
XYZ2.662.266.77-
YUV41.51146.34124.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 38 (15.23% from 255) = 25.68%
BLUE value IS 74 (29.30% from 255) = 50%
R=24.32%
G=25.68%
B=50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3638740.510.4900.71236.8434.5521.57
Hex24264A3331047ed2316
Octal4446112636101073554326
Binary1001001001101001010110011110001010001111110110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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