#242850

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

Shades of Lucky Point #242850

Tints of Lucky Point #242850

Color information

#242850 (or 0x242850) is unknown color: approx Lucky Point. HEX triplet: 24, 28 and 50. RGB value is (36,40,80). Sum of RGB (Red+Green+Blue) = 36+40+80=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #242850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242850 is #DBD7AF. Grayscale: #2B2B2B. Windows color (decimal): -14407600 or 5253156. OLE color: 5253156.

HSL color Cylindrical-coordinate representation of color #242850: hue angle of 234.55º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #242850 is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB364080-
CMYK0.550.500.69
HSL234.55º37.93%22.75%-
HSV(B)234.55º55%31.37%-
XYZ2.932.477.91-
YUV43.36148.67122.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.08%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=23.08%
G=25.64%
B=51.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3640800.550.500.69234.5537.9322.75
Hex2428503732045eb2617
Octal4450120676201053534627
Binary1001001010001010000110111110010010001011110101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242850; }

 p { color: rgb(36,40,80); }

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

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

 a { background-color: rgb(36,40,80); }

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

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

 span { border-color: rgb(36,40,80); }

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