#242B4F

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

Shades of Lucky Point #242B4F

Tints of Lucky Point #242B4F

Color information

#242B4F (or 0x242B4F) is unknown color: approx Lucky Point. HEX triplet: 24, 2B and 4F. RGB value is (36,43,79). Sum of RGB (Red+Green+Blue) = 36+43+79=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #242B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B4F is #DBD4B0. Grayscale: #2C2C2C. Windows color (decimal): -14406833 or 5188388. OLE color: 5188388.

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

Color convert

RGB364379-
CMYK0.540.4600.69
HSL230.23º37.39%22.55%-
HSV(B)230.23º54.43%30.98%-
XYZ32.677.75-
YUV45.01147.18121.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.78%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 79 (31.25% from 255) = 50%
R=22.78%
G=27.22%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3643790.540.4600.69230.2337.3922.55
Hex242B4F362E045e62517
Octal4453117665601053464527
Binary1001001010111001111110110101110010001011110011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,43,79); }

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

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

 a { background-color: rgb(36,43,79); }

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

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

 span { border-color: rgb(36,43,79); }

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