#242D56

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

Shades of Lucky Point #242D56

Tints of Lucky Point #242D56

Color information

#242D56 (or 0x242D56) is unknown color: approx Lucky Point. HEX triplet: 24, 2D and 56. RGB value is (36,45,86). Sum of RGB (Red+Green+Blue) = 36+45+86=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #242D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D56 is #DBD2A9. Grayscale: #2E2E2E. Windows color (decimal): -14406314 or 5647652. OLE color: 5647652.

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

Color convert

RGB364586-
CMYK0.580.4800.66
HSL229.2º40.98%23.92%-
HSV(B)229.2º58.14%33.73%-
XYZ3.352.929.19-
YUV46.98150.02120.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=21.56%
G=26.95%
B=51.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3645860.580.4800.66229.240.9823.92
Hex242D563A30042e52918
Octal4455126726001023455130
Binary1001001011011010110111010110000010000101110010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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