#242753

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

Shades of Lucky Point #242753

Tints of Lucky Point #242753

Color information

#242753 (or 0x242753) is unknown color: approx Lucky Point. HEX triplet: 24, 27 and 53. RGB value is (36,39,83). Sum of RGB (Red+Green+Blue) = 36+39+83=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #242753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242753 is #DBD8AC. Grayscale: #2A2A2A. Windows color (decimal): -14407853 or 5449508. OLE color: 5449508.

HSL color Cylindrical-coordinate representation of color #242753: hue angle of 236.17º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #242753 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB363983-
CMYK0.570.5300.67
HSL236.17º39.5%23.33%-
HSV(B)236.17º56.63%32.55%-
XYZ3.012.458.5-
YUV43.12150.51122.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.78%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 83 (32.81% from 255) = 52.53%
R=22.78%
G=24.68%
B=52.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3639830.570.5300.67236.1739.523.33
Hex2427533935043ec2717
Octal4447123716501033544727
Binary1001001001111010011111001110101010000111110110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242753; }

 p { color: rgb(36,39,83); }

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

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

 a { background-color: rgb(36,39,83); }

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

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

 span { border-color: rgb(36,39,83); }

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