#242D50

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

Shades of Lucky Point #242D50

Tints of Lucky Point #242D50

Color information

#242D50 (or 0x242D50) is unknown color: approx Lucky Point. HEX triplet: 24, 2D and 50. RGB value is (36,45,80). Sum of RGB (Red+Green+Blue) = 36+45+80=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #242D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D50 is #DBD2AF. Grayscale: #2E2E2E. Windows color (decimal): -14406320 or 5254436. OLE color: 5254436.

HSL color Cylindrical-coordinate representation of color #242D50: hue angle of 227.73º 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 #242D50 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB364580-
CMYK0.550.4400.69
HSL227.73º37.93%22.75%-
HSV(B)227.73º55%31.37%-
XYZ3.112.837.97-
YUV46.3147.02120.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.36%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=22.36%
G=27.95%
B=49.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3645800.550.4400.69227.7337.9322.75
Hex242D50372C045e42617
Octal4455120675401053444627
Binary1001001011011010000110111101100010001011110010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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