#242A56

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

Shades of Lucky Point #242A56

Tints of Lucky Point #242A56

Color information

#242A56 (or 0x242A56) is unknown color: approx Lucky Point. HEX triplet: 24, 2A and 56. RGB value is (36,42,86). Sum of RGB (Red+Green+Blue) = 36+42+86=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #242A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242A56 is #DBD5A9. Grayscale: #2D2D2D. Windows color (decimal): -14407082 or 5646884. OLE color: 5646884.

HSL color Cylindrical-coordinate representation of color #242A56: hue angle of 232.8º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #242A56 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB364286-
CMYK0.580.5100.66
HSL232.8º40.98%23.92%-
HSV(B)232.8º58.14%33.73%-
XYZ3.242.79.16-
YUV45.22151.01121.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 42 (16.80% from 255) = 25.61%
BLUE value IS 86 (33.98% from 255) = 52.44%
R=21.95%
G=25.61%
B=52.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3642860.580.5100.66232.840.9823.92
Hex242A563A33042e92918
Octal4452126726301023515130
Binary1001001010101010110111010110011010000101110100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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