#24305B

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

Shades of Lucky Point #24305B

Tints of Lucky Point #24305B

Color information

#24305B (or 0x24305B) is unknown color: approx Lucky Point. HEX triplet: 24, 30 and 5B. RGB value is (36,48,91). Sum of RGB (Red+Green+Blue) = 36+48+91=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #24305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24305B is #DBCFA4. Grayscale: #313131. Windows color (decimal): -14405541 or 5976100. OLE color: 5976100.

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

Color convert

RGB364891-
CMYK0.600.4700.64
HSL226.91º43.31%24.9%-
HSV(B)226.91º60.44%35.69%-
XYZ3.673.2410.33-
YUV49.31151.52118.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.57%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 91 (35.94% from 255) = 52%
R=20.57%
G=27.43%
B=52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3648910.600.4700.64226.9143.3124.9
Hex24305B3C2F040e32b19
Octal4460133745701003435331
Binary1001001100001011011111100101111010000001110001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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