#242A47

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

Shades of Lucky Point #242A47

Tints of Lucky Point #242A47

Color information

#242A47 (or 0x242A47) is unknown color: approx Lucky Point. HEX triplet: 24, 2A and 47. RGB value is (36,42,71). Sum of RGB (Red+Green+Blue) = 36+42+71=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #242A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A47 is #DBD5B8. Grayscale: #2B2B2B. Windows color (decimal): -14407097 or 4663844. OLE color: 4663844.

HSL color Cylindrical-coordinate representation of color #242A47: hue angle of 229.71º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #242A47 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB364271-
CMYK0.490.4100.72
HSL229.71º32.71%20.98%-
HSV(B)229.71º49.3%27.84%-
XYZ2.692.496.3-
YUV43.51143.51122.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.16%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 71 (28.12% from 255) = 47.65%
R=24.16%
G=28.19%
B=47.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3642710.490.4100.72229.7132.7120.98
Hex242A473129048e62115
Octal4452107615101103464125
Binary1001001010101000111110001101001010010001110011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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