#242E5A

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

Shades of Lucky Point #242E5A

Tints of Lucky Point #242E5A

Color information

#242E5A (or 0x242E5A) is unknown color: approx Lucky Point. HEX triplet: 24, 2E and 5A. RGB value is (36,46,90). Sum of RGB (Red+Green+Blue) = 36+46+90=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #242E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E5A is #DBD1A5. Grayscale: #2F2F2F. Windows color (decimal): -14406054 or 5910052. OLE color: 5910052.

HSL color Cylindrical-coordinate representation of color #242E5A: hue angle of 228.89º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #242E5A is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB364690-
CMYK0.600.4900.65
HSL228.89º42.86%24.71%-
HSV(B)228.89º60%35.29%-
XYZ3.553.0710.08-
YUV48.03151.69119.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.93%
GREEN value IS 46 (18.36% from 255) = 26.74%
BLUE value IS 90 (35.55% from 255) = 52.33%
R=20.93%
G=26.74%
B=52.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3646900.600.4900.65228.8942.8624.71
Hex242E5A3C31041e52b19
Octal4456132746101013455331
Binary1001001011101011010111100110001010000011110010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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