#242653

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

Shades of Lucky Point #242653

Tints of Lucky Point #242653

Color information

#242653 (or 0x242653) is unknown color: approx Lucky Point. HEX triplet: 24, 26 and 53. RGB value is (36,38,83). Sum of RGB (Red+Green+Blue) = 36+38+83=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #242653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242653 is #DBD9AC. Grayscale: #2A2A2A. Windows color (decimal): -14408109 or 5449252. OLE color: 5449252.

HSL color Cylindrical-coordinate representation of color #242653: hue angle of 237.45º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #242653 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB363883-
CMYK0.570.5400.67
HSL237.45º39.5%23.33%-
HSV(B)237.45º56.63%32.55%-
XYZ2.982.398.49-
YUV42.53150.84123.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 83 (32.81% from 255) = 52.87%
R=22.93%
G=24.20%
B=52.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3638830.570.5400.67237.4539.523.33
Hex2426533936043ed2717
Octal4446123716601033554727
Binary1001001001101010011111001110110010000111110110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242653; }

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

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

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

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

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

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

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

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