#242658

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

Shades of Lucky Point #242658

Tints of Lucky Point #242658

Color information

#242658 (or 0x242658) is unknown color: approx Lucky Point. HEX triplet: 24, 26 and 58. RGB value is (36,38,88). Sum of RGB (Red+Green+Blue) = 36+38+88=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #242658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242658 is #DBD9A7. Grayscale: #2A2A2A. Windows color (decimal): -14408104 or 5776932. OLE color: 5776932.

HSL color Cylindrical-coordinate representation of color #242658: hue angle of 237.69º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #242658 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB363888-
CMYK0.590.5700.65
HSL237.69º41.94%24.31%-
HSV(B)237.69º59.09%34.51%-
XYZ3.182.479.54-
YUV43.1153.34122.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.22%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 88 (34.77% from 255) = 54.32%
R=22.22%
G=23.46%
B=54.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3638880.590.5700.65237.6941.9424.31
Hex2426583B39041ee2a18
Octal4446130737101013565230
Binary1001001001101011000111011111001010000011110111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242658; }

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

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

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

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

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

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

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

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