#242C5D

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

Shades of Lucky Point #242C5D

Tints of Lucky Point #242C5D

Color information

#242C5D (or 0x242C5D) is unknown color: approx Lucky Point. HEX triplet: 24, 2C and 5D. RGB value is (36,44,93). Sum of RGB (Red+Green+Blue) = 36+44+93=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #242C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C5D is #DBD3A2. Grayscale: #2E2E2E. Windows color (decimal): -14406563 or 6106148. OLE color: 6106148.

HSL color Cylindrical-coordinate representation of color #242C5D: hue angle of 231.58º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #242C5D is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB364493-
CMYK0.610.5300.64
HSL231.58º44.19%25.29%-
HSV(B)231.58º61.29%36.47%-
XYZ3.62.9710.74-
YUV47.19153.85120.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.81%
GREEN value IS 44 (17.58% from 255) = 25.43%
BLUE value IS 93 (36.72% from 255) = 53.76%
R=20.81%
G=25.43%
B=53.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3644930.610.5300.64231.5844.1925.29
Hex242C5D3D35040e82c19
Octal4454135756501003505431
Binary1001001011001011101111101110101010000001110100010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,44,93); }

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

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

 a { background-color: rgb(36,44,93); }

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

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

 span { border-color: rgb(36,44,93); }

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