#242B50

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

Shades of Lucky Point #242B50

Tints of Lucky Point #242B50

Color information

#242B50 (or 0x242B50) is unknown color: approx Lucky Point. HEX triplet: 24, 2B and 50. RGB value is (36,43,80). Sum of RGB (Red+Green+Blue) = 36+43+80=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #242B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B50 is #DBD4AF. Grayscale: #2C2C2C. Windows color (decimal): -14406832 or 5253924. OLE color: 5253924.

HSL color Cylindrical-coordinate representation of color #242B50: hue angle of 230.45º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #242B50 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB364380-
CMYK0.550.4600.69
HSL230.45º37.93%22.75%-
HSV(B)230.45º55%31.37%-
XYZ3.042.687.95-
YUV45.12147.68121.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.64%
GREEN value IS 43 (17.19% from 255) = 27.04%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=22.64%
G=27.04%
B=50.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3643800.550.4600.69230.4537.9322.75
Hex242B50372E045e62617
Octal4453120675601053464627
Binary1001001010111010000110111101110010001011110011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,43,80); }

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

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

 a { background-color: rgb(36,43,80); }

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

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

 span { border-color: rgb(36,43,80); }

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