#242A52

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

Shades of Lucky Point #242A52

Tints of Lucky Point #242A52

Color information

#242A52 (or 0x242A52) is unknown color: approx Lucky Point. HEX triplet: 24, 2A and 52. RGB value is (36,42,82). Sum of RGB (Red+Green+Blue) = 36+42+82=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #242A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242A52 is #DBD5AD. Grayscale: #2C2C2C. Windows color (decimal): -14407086 or 5384740. OLE color: 5384740.

HSL color Cylindrical-coordinate representation of color #242A52: hue angle of 232.17º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #242A52 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB364282-
CMYK0.560.4900.68
HSL232.17º38.98%23.14%-
HSV(B)232.17º56.1%32.16%-
XYZ3.082.648.33-
YUV44.77149.01121.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.5%
GREEN value IS 42 (16.80% from 255) = 26.25%
BLUE value IS 82 (32.42% from 255) = 51.25%
R=22.5%
G=26.25%
B=51.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3642820.560.4900.68232.1738.9823.14
Hex242A523831044e82717
Octal4452122706101043504727
Binary1001001010101010010111000110001010001001110100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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