#242948

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

Shades of Lucky Point #242948

Tints of Lucky Point #242948

Color information

#242948 (or 0x242948) is unknown color: approx Lucky Point. HEX triplet: 24, 29 and 48. RGB value is (36,41,72). Sum of RGB (Red+Green+Blue) = 36+41+72=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #242948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242948 is #DBD6B7. Grayscale: #2A2A2A. Windows color (decimal): -14407352 or 4729124. OLE color: 4729124.

HSL color Cylindrical-coordinate representation of color #242948: hue angle of 231.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #242948 is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB364172-
CMYK0.50.4300.72
HSL231.67º33.33%21.18%-
HSV(B)231.67º50%28.24%-
XYZ2.692.436.46-
YUV43.04144.34122.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.16%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=24.16%
G=27.52%
B=48.32%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3641720.50.4300.72231.6733.3321.18
Hex242948322B048e82115
Octal4451110625301103504125
Binary1001001010011001000110010101011010010001110100010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242948; }

 p { color: rgb(36,41,72); }

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

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

 a { background-color: rgb(36,41,72); }

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

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

 span { border-color: rgb(36,41,72); }

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