#24305C

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

Shades of Lucky Point #24305C

Tints of Lucky Point #24305C

Color information

#24305C (or 0x24305C) is unknown color: approx Lucky Point. HEX triplet: 24, 30 and 5C. RGB value is (36,48,92). Sum of RGB (Red+Green+Blue) = 36+48+92=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #24305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24305C is #DBCFA3. Grayscale: #313131. Windows color (decimal): -14405540 or 6041636. OLE color: 6041636.

HSL color Cylindrical-coordinate representation of color #24305C: hue angle of 227.14º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24305C is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB364892-
CMYK0.610.4800.64
HSL227.14º43.75%25.1%-
HSV(B)227.14º60.87%36.08%-
XYZ3.723.2610.56-
YUV49.43152.02118.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.45%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 92 (36.33% from 255) = 52.27%
R=20.45%
G=27.27%
B=52.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3648920.610.4800.64227.1443.7525.1
Hex24305C3D30040e32c19
Octal4460134756001003435431
Binary1001001100001011100111101110000010000001110001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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