#242B55

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

Shades of Lucky Point #242B55

Tints of Lucky Point #242B55

Color information

#242B55 (or 0x242B55) is unknown color: approx Lucky Point. HEX triplet: 24, 2B and 55. RGB value is (36,43,85). Sum of RGB (Red+Green+Blue) = 36+43+85=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #242B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B55 is #DBD4AA. Grayscale: #2D2D2D. Windows color (decimal): -14406827 or 5581604. OLE color: 5581604.

HSL color Cylindrical-coordinate representation of color #242B55: hue angle of 231.43º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #242B55 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB364385-
CMYK0.580.4900.67
HSL231.43º40.5%23.73%-
HSV(B)231.43º57.65%33.33%-
XYZ3.232.768.96-
YUV45.69150.18121.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 85 (33.59% from 255) = 51.83%
R=21.95%
G=26.22%
B=51.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3643850.580.4900.67231.4340.523.73
Hex242B553A31043e72818
Octal4453125726101033475030
Binary1001001010111010101111010110001010000111110011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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