#242C50

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

Shades of Lucky Point #242C50

Tints of Lucky Point #242C50

Color information

#242C50 (or 0x242C50) is unknown color: approx Lucky Point. HEX triplet: 24, 2C and 50. RGB value is (36,44,80). Sum of RGB (Red+Green+Blue) = 36+44+80=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #242C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C50 is #DBD3AF. Grayscale: #2D2D2D. Windows color (decimal): -14406576 or 5254180. OLE color: 5254180.

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

Color convert

RGB364480-
CMYK0.550.4500.69
HSL229.09º37.93%22.75%-
HSV(B)229.09º55%31.37%-
XYZ3.082.767.96-
YUV45.71147.35121.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.5%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 80 (31.64% from 255) = 50%
R=22.5%
G=27.5%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3644800.550.4500.69229.0937.9322.75
Hex242C50372D045e52617
Octal4454120675501053454627
Binary1001001011001010000110111101101010001011110010110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,44,80); }

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

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

 a { background-color: rgb(36,44,80); }

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

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

 span { border-color: rgb(36,44,80); }

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