#242C5B

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

Shades of Lucky Point #242C5B

Tints of Lucky Point #242C5B

Color information

#242C5B (or 0x242C5B) is unknown color: approx Lucky Point. HEX triplet: 24, 2C and 5B. RGB value is (36,44,91). Sum of RGB (Red+Green+Blue) = 36+44+91=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #242C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C5B is #DBD3A4. Grayscale: #2E2E2E. Windows color (decimal): -14406565 or 5975076. OLE color: 5975076.

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

Color convert

RGB364491-
CMYK0.600.5200.64
HSL231.27º43.31%24.9%-
HSV(B)231.27º60.44%35.69%-
XYZ3.522.9310.28-
YUV46.97152.85120.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.05%
GREEN value IS 44 (17.58% from 255) = 25.73%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=21.05%
G=25.73%
B=53.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3644910.600.5200.64231.2743.3124.9
Hex242C5B3C34040e72b19
Octal4454133746401003475331
Binary1001001011001011011111100110100010000001110011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242C5B; }

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

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

<style>
 a { background-color: #242C5B; }

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

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

<style>
 span { border-color: #242C5B; }

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

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