#242A50

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

Shades of Lucky Point #242A50

Tints of Lucky Point #242A50

Color information

#242A50 (or 0x242A50) is unknown color: approx Lucky Point. HEX triplet: 24, 2A and 50. RGB value is (36,42,80). Sum of RGB (Red+Green+Blue) = 36+42+80=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #242A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242A50 is #DBD5AF. Grayscale: #2C2C2C. Windows color (decimal): -14407088 or 5253668. OLE color: 5253668.

HSL color Cylindrical-coordinate representation of color #242A50: hue angle of 231.82º 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 #242A50 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB364280-
CMYK0.550.4800.69
HSL231.82º37.93%22.75%-
HSV(B)231.82º55%31.37%-
XYZ32.617.93-
YUV44.54148.01121.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.78%
GREEN value IS 42 (16.80% from 255) = 26.58%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=22.78%
G=26.58%
B=50.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3642800.550.4800.69231.8237.9322.75
Hex242A503730045e82617
Octal4452120676001053504627
Binary1001001010101010000110111110000010001011110100010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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