#242A58

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

Shades of Lucky Point #242A58

Tints of Lucky Point #242A58

Color information

#242A58 (or 0x242A58) is unknown color: approx Lucky Point. HEX triplet: 24, 2A and 58. RGB value is (36,42,88). Sum of RGB (Red+Green+Blue) = 36+42+88=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #242A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242A58 is #DBD5A7. Grayscale: #2D2D2D. Windows color (decimal): -14407080 or 5777956. OLE color: 5777956.

HSL color Cylindrical-coordinate representation of color #242A58: hue angle of 233.08º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #242A58 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB364288-
CMYK0.590.5200.65
HSL233.08º41.94%24.31%-
HSV(B)233.08º59.09%34.51%-
XYZ3.322.749.59-
YUV45.45152.01121.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.69%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 88 (34.77% from 255) = 53.01%
R=21.69%
G=25.30%
B=53.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3642880.590.5200.65233.0841.9424.31
Hex242A583B34041e92a18
Octal4452130736401013515230
Binary1001001010101011000111011110100010000011110100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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