#242660

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

Shades of Lucky Point #242660

Tints of Lucky Point #242660

Color information

#242660 (or 0x242660) is unknown color: approx Lucky Point. HEX triplet: 24, 26 and 60. RGB value is (36,38,96). Sum of RGB (Red+Green+Blue) = 36+38+96=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #242660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242660 is #DBD99F. Grayscale: #2B2B2B. Windows color (decimal): -14408096 or 6301220. OLE color: 6301220.

HSL color Cylindrical-coordinate representation of color #242660: hue angle of 238º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #242660 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB363896-
CMYK0.620.6000.62
HSL238º45.45%25.88%-
HSV(B)238º62.5%37.65%-
XYZ3.532.6111.38-
YUV44.01157.34122.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.18%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=21.18%
G=22.35%
B=56.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3638960.620.6000.6223845.4525.88
Hex2426603E3C03Eee2d1a
Octal444614076740763565532
Binary100100100110110000011111011110001111101110111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242660; }

 p { color: rgb(36,38,96); }

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

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

 a { background-color: rgb(36,38,96); }

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

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

 span { border-color: rgb(36,38,96); }

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