#24285E

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

Shades of Lucky Point #24285E

Tints of Lucky Point #24285E

Color information

#24285E (or 0x24285E) is unknown color: approx Lucky Point. HEX triplet: 24, 28 and 5E. RGB value is (36,40,94). Sum of RGB (Red+Green+Blue) = 36+40+94=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #24285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24285E is #DBD7A1. Grayscale: #2C2C2C. Windows color (decimal): -14407586 or 6170660. OLE color: 6170660.

HSL color Cylindrical-coordinate representation of color #24285E: hue angle of 235.86º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24285E is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB364094-
CMYK0.620.5700.63
HSL235.86º44.62%25.49%-
HSV(B)235.86º61.7%36.86%-
XYZ3.512.710.93-
YUV44.96155.67121.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.18%
GREEN value IS 40 (16.02% from 255) = 23.53%
BLUE value IS 94 (37.11% from 255) = 55.29%
R=21.18%
G=23.53%
B=55.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3640940.620.5700.63235.8644.6225.49
Hex24285E3E3903Fec2d19
Octal445013676710773545531
Binary100100101000101111011111011100101111111110110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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