#242D4E

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

Shades of Lucky Point #242D4E

Tints of Lucky Point #242D4E

Color information

#242D4E (or 0x242D4E) is unknown color: approx Lucky Point. HEX triplet: 24, 2D and 4E. RGB value is (36,45,78). Sum of RGB (Red+Green+Blue) = 36+45+78=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #242D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D4E is #DBD2B1. Grayscale: #2D2D2D. Windows color (decimal): -14406322 or 5123364. OLE color: 5123364.

HSL color Cylindrical-coordinate representation of color #242D4E: hue angle of 227.14º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #242D4E is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB364578-
CMYK0.540.4200.69
HSL227.14º36.84%22.35%-
HSV(B)227.14º53.85%30.59%-
XYZ3.042.87.59-
YUV46.07146.02120.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.64%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=22.64%
G=28.30%
B=49.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3645780.540.4200.69227.1436.8422.35
Hex242D4E362A045e32516
Octal4455116665201053434526
Binary1001001011011001110110110101010010001011110001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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