#24284B

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

Shades of Lucky Point #24284B

Tints of Lucky Point #24284B

Color information

#24284B (or 0x24284B) is unknown color: approx Lucky Point. HEX triplet: 24, 28 and 4B. RGB value is (36,40,75). Sum of RGB (Red+Green+Blue) = 36+40+75=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #24284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24284B is #DBD7B4. Grayscale: #2A2A2A. Windows color (decimal): -14407605 or 4925476. OLE color: 4925476.

HSL color Cylindrical-coordinate representation of color #24284B: hue angle of 233.85º 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 #24284B is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB364075-
CMYK0.520.4700.71
HSL233.85º35.14%21.76%-
HSV(B)233.85º52%29.41%-
XYZ2.762.46.97-
YUV42.79146.17123.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.84%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 75 (29.69% from 255) = 49.67%
R=23.84%
G=26.49%
B=49.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3640750.520.4700.71233.8535.1421.76
Hex24284B342F047ea2316
Octal4450113645701073524326
Binary1001001010001001011110100101111010001111110101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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