#242D53

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

Shades of Lucky Point #242D53

Tints of Lucky Point #242D53

Color information

#242D53 (or 0x242D53) is unknown color: approx Lucky Point. HEX triplet: 24, 2D and 53. RGB value is (36,45,83). Sum of RGB (Red+Green+Blue) = 36+45+83=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #242D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D53 is #DBD2AC. Grayscale: #2E2E2E. Windows color (decimal): -14406317 or 5451044. OLE color: 5451044.

HSL color Cylindrical-coordinate representation of color #242D53: hue angle of 228.51º 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 #242D53 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB364583-
CMYK0.570.4600.67
HSL228.51º39.5%23.33%-
HSV(B)228.51º56.63%32.55%-
XYZ3.232.888.57-
YUV46.64148.52120.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=21.95%
G=27.44%
B=50.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3645830.570.4600.67228.5139.523.33
Hex242D53392E043e52717
Octal4455123715601033454727
Binary1001001011011010011111001101110010000111110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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