#242E52

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

Shades of Lucky Point #242E52

Tints of Lucky Point #242E52

Color information

#242E52 (or 0x242E52) is unknown color: approx Lucky Point. HEX triplet: 24, 2E and 52. RGB value is (36,46,82). Sum of RGB (Red+Green+Blue) = 36+46+82=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #242E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E52 is #DBD1AD. Grayscale: #2E2E2E. Windows color (decimal): -14406062 or 5385764. OLE color: 5385764.

HSL color Cylindrical-coordinate representation of color #242E52: hue angle of 226.96º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #242E52 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB364682-
CMYK0.560.4400.68
HSL226.96º38.98%23.14%-
HSV(B)226.96º56.1%32.16%-
XYZ3.232.948.38-
YUV47.11147.69120.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 46 (18.36% from 255) = 28.05%
BLUE value IS 82 (32.42% from 255) = 50%
R=21.95%
G=28.05%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3646820.560.4400.68226.9638.9823.14
Hex242E52382C044e32717
Octal4456122705401043434727
Binary1001001011101010010111000101100010001001110001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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