#242752

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

Shades of Lucky Point #242752

Tints of Lucky Point #242752

Color information

#242752 (or 0x242752) is unknown color: approx Lucky Point. HEX triplet: 24, 27 and 52. RGB value is (36,39,82). Sum of RGB (Red+Green+Blue) = 36+39+82=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #242752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242752 is #DBD8AD. Grayscale: #2A2A2A. Windows color (decimal): -14407854 or 5383972. OLE color: 5383972.

HSL color Cylindrical-coordinate representation of color #242752: hue angle of 236.09º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #242752 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB363982-
CMYK0.560.5200.68
HSL236.09º38.98%23.14%-
HSV(B)236.09º56.1%32.16%-
XYZ2.982.448.3-
YUV43150.01123-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 82 (32.42% from 255) = 52.23%
R=22.93%
G=24.84%
B=52.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3639820.560.5200.68236.0938.9823.14
Hex2427523834044ec2717
Octal4447122706401043544727
Binary1001001001111010010111000110100010001001110110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242752; }

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

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

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

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

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

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

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

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