#24285A

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

Shades of Lucky Point #24285A

Tints of Lucky Point #24285A

Color information

#24285A (or 0x24285A) is unknown color: approx Lucky Point. HEX triplet: 24, 28 and 5A. RGB value is (36,40,90). Sum of RGB (Red+Green+Blue) = 36+40+90=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #24285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24285A is #DBD7A5. Grayscale: #2C2C2C. Windows color (decimal): -14407590 or 5908516. OLE color: 5908516.

HSL color Cylindrical-coordinate representation of color #24285A: hue angle of 235.56º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24285A is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB364090-
CMYK0.600.5600.65
HSL235.56º42.86%24.71%-
HSV(B)235.56º60%35.29%-
XYZ3.332.6310.01-
YUV44.5153.67121.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.69%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=21.69%
G=24.10%
B=54.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3640900.600.5600.65235.5642.8624.71
Hex24285A3C38041ec2b19
Octal4450132747001013545331
Binary1001001010001011010111100111000010000011110110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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