#242C4A

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

Shades of Lucky Point #242C4A

Tints of Lucky Point #242C4A

Color information

#242C4A (or 0x242C4A) is unknown color: approx Lucky Point. HEX triplet: 24, 2C and 4A. RGB value is (36,44,74). Sum of RGB (Red+Green+Blue) = 36+44+74=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #242C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C4A is #DBD3B5. Grayscale: #2C2C2C. Windows color (decimal): -14406582 or 4860964. OLE color: 4860964.

HSL color Cylindrical-coordinate representation of color #242C4A: hue angle of 227.37º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #242C4A is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB364474-
CMYK0.510.4100.71
HSL227.37º34.55%21.57%-
HSV(B)227.37º51.35%29.02%-
XYZ2.862.676.84-
YUV45.03144.35121.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.38%
GREEN value IS 44 (17.58% from 255) = 28.57%
BLUE value IS 74 (29.30% from 255) = 48.05%
R=23.38%
G=28.57%
B=48.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3644740.510.4100.71227.3734.5521.57
Hex242C4A3329047e32316
Octal4454112635101073434326
Binary1001001011001001010110011101001010001111110001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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