#242E55

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

Shades of Lucky Point #242E55

Tints of Lucky Point #242E55

Color information

#242E55 (or 0x242E55) is unknown color: approx Lucky Point. HEX triplet: 24, 2E and 55. RGB value is (36,46,85). Sum of RGB (Red+Green+Blue) = 36+46+85=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #242E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E55 is #DBD1AA. Grayscale: #2F2F2F. Windows color (decimal): -14406059 or 5582372. OLE color: 5582372.

HSL color Cylindrical-coordinate representation of color #242E55: hue angle of 227.76º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #242E55 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB364685-
CMYK0.580.4600.67
HSL227.76º40.5%23.73%-
HSV(B)227.76º57.65%33.33%-
XYZ3.342.988.99-
YUV47.46149.19119.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=21.56%
G=27.54%
B=50.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3646850.580.4600.67227.7640.523.73
Hex242E553A2E043e42818
Octal4456125725601033445030
Binary1001001011101010101111010101110010000111110010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,46,85); }

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

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

 a { background-color: rgb(36,46,85); }

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

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

 span { border-color: rgb(36,46,85); }

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