#242E53

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

Shades of Lucky Point #242E53

Tints of Lucky Point #242E53

Color information

#242E53 (or 0x242E53) is unknown color: approx Lucky Point. HEX triplet: 24, 2E and 53. RGB value is (36,46,83). Sum of RGB (Red+Green+Blue) = 36+46+83=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #242E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E53 is #DBD1AC. Grayscale: #2F2F2F. Windows color (decimal): -14406061 or 5451300. OLE color: 5451300.

HSL color Cylindrical-coordinate representation of color #242E53: hue angle of 227.23º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #242E53 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB364683-
CMYK0.570.4500.67
HSL227.23º39.5%23.33%-
HSV(B)227.23º56.63%32.55%-
XYZ3.272.958.58-
YUV47.23148.19119.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 83 (32.81% from 255) = 50.30%
R=21.82%
G=27.88%
B=50.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3646830.570.4500.67227.2339.523.33
Hex242E53392D043e32717
Octal4456123715501033434727
Binary1001001011101010011111001101101010000111110001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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