#242B53

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

Shades of Lucky Point #242B53

Tints of Lucky Point #242B53

Color information

#242B53 (or 0x242B53) is unknown color: approx Lucky Point. HEX triplet: 24, 2B and 53. RGB value is (36,43,83). Sum of RGB (Red+Green+Blue) = 36+43+83=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #242B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B53 is #DBD4AC. Grayscale: #2D2D2D. Windows color (decimal): -14406829 or 5450532. OLE color: 5450532.

HSL color Cylindrical-coordinate representation of color #242B53: hue angle of 231.06º 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 #242B53 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB364383-
CMYK0.570.4800.67
HSL231.06º39.5%23.33%-
HSV(B)231.06º56.63%32.55%-
XYZ3.152.738.54-
YUV45.47149.18121.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.22%
GREEN value IS 43 (17.19% from 255) = 26.54%
BLUE value IS 83 (32.81% from 255) = 51.23%
R=22.22%
G=26.54%
B=51.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3643830.570.4800.67231.0639.523.33
Hex242B533930043e72717
Octal4453123716001033474727
Binary1001001010111010011111001110000010000111110011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242B53; }

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

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

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

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

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

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

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

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