#24265A

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

Shades of Lucky Point #24265A

Tints of Lucky Point #24265A

Color information

#24265A (or 0x24265A) is unknown color: approx Lucky Point. HEX triplet: 24, 26 and 5A. RGB value is (36,38,90). Sum of RGB (Red+Green+Blue) = 36+38+90=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #24265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24265A is #DBD9A5. Grayscale: #2B2B2B. Windows color (decimal): -14408102 or 5908004. OLE color: 5908004.

HSL color Cylindrical-coordinate representation of color #24265A: hue angle of 237.78º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24265A is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB363890-
CMYK0.600.5800.65
HSL237.78º42.86%24.71%-
HSV(B)237.78º60%35.29%-
XYZ3.272.59.98-
YUV43.33154.34122.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 90 (35.55% from 255) = 54.88%
R=21.95%
G=23.17%
B=54.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3638900.600.5800.65237.7842.8624.71
Hex24265A3C3A041ee2b19
Octal4446132747201013565331
Binary1001001001101011010111100111010010000011110111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24265A; }

 p { color: rgb(36,38,90); }

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

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

 a { background-color: rgb(36,38,90); }

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

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

 span { border-color: rgb(36,38,90); }

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