#24274D

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

Shades of Lucky Point #24274D

Tints of Lucky Point #24274D

Color information

#24274D (or 0x24274D) is unknown color: approx Lucky Point. HEX triplet: 24, 27 and 4D. RGB value is (36,39,77). Sum of RGB (Red+Green+Blue) = 36+39+77=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #24274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24274D is #DBD8B2. Grayscale: #2A2A2A. Windows color (decimal): -14407859 or 5056292. OLE color: 5056292.

HSL color Cylindrical-coordinate representation of color #24274D: hue angle of 235.61º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24274D is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB363977-
CMYK0.530.4900.70
HSL235.61º36.28%22.16%-
HSV(B)235.61º53.25%30.2%-
XYZ2.792.367.33-
YUV42.43147.51123.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 77 (30.47% from 255) = 50.66%
R=23.68%
G=25.66%
B=50.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3639770.530.4900.70235.6136.2822.16
Hex24274D3531046ec2416
Octal4447115656101063544426
Binary1001001001111001101110101110001010001101110110010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24274D; }

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

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

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

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

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

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

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

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