#242F56

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

Shades of Lucky Point #242F56

Tints of Lucky Point #242F56

Color information

#242F56 (or 0x242F56) is unknown color: approx Lucky Point. HEX triplet: 24, 2F and 56. RGB value is (36,47,86). Sum of RGB (Red+Green+Blue) = 36+47+86=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #242F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F56 is #DBD0A9. Grayscale: #2F2F2F. Windows color (decimal): -14405802 or 5648164. OLE color: 5648164.

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

Color convert

RGB364786-
CMYK0.580.4500.66
HSL226.8º40.98%23.92%-
HSV(B)226.8º58.14%33.73%-
XYZ3.423.089.22-
YUV48.16149.36119.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.30%
GREEN value IS 47 (18.75% from 255) = 27.81%
BLUE value IS 86 (33.98% from 255) = 50.89%
R=21.30%
G=27.81%
B=50.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3647860.580.4500.66226.840.9823.92
Hex242F563A2D042e32918
Octal4457126725501023435130
Binary1001001011111010110111010101101010000101110001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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