#24285B

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

Shades of Lucky Point #24285B

Tints of Lucky Point #24285B

Color information

#24285B (or 0x24285B) is unknown color: approx Lucky Point. HEX triplet: 24, 28 and 5B. RGB value is (36,40,91). Sum of RGB (Red+Green+Blue) = 36+40+91=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #24285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24285B is #DBD7A4. Grayscale: #2C2C2C. Windows color (decimal): -14407589 or 5974052. OLE color: 5974052.

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

Color convert

RGB364091-
CMYK0.600.5600.64
HSL235.64º43.31%24.9%-
HSV(B)235.64º60.44%35.69%-
XYZ3.372.6510.23-
YUV44.62154.17121.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=21.56%
G=23.95%
B=54.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3640910.600.5600.64235.6443.3124.9
Hex24285B3C38040ec2b19
Octal4450133747001003545331
Binary1001001010001011011111100111000010000001110110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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