#24265B

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

Shades of Lucky Point #24265B

Tints of Lucky Point #24265B

Color information

#24265B (or 0x24265B) is unknown color: approx Lucky Point. HEX triplet: 24, 26 and 5B. RGB value is (36,38,91). Sum of RGB (Red+Green+Blue) = 36+38+91=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #24265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24265B is #DBD9A4. Grayscale: #2B2B2B. Windows color (decimal): -14408101 or 5973540. OLE color: 5973540.

HSL color Cylindrical-coordinate representation of color #24265B: hue angle of 237.82º 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 #24265B is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB363891-
CMYK0.600.5800.64
HSL237.82º43.31%24.9%-
HSV(B)237.82º60.44%35.69%-
XYZ3.312.5210.21-
YUV43.44154.84122.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 91 (35.94% from 255) = 55.15%
R=21.82%
G=23.03%
B=55.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3638910.600.5800.64237.8243.3124.9
Hex24265B3C3A040ee2b19
Octal4446133747201003565331
Binary1001001001101011011111100111010010000001110111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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