#242B56

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

Shades of Lucky Point #242B56

Tints of Lucky Point #242B56

Color information

#242B56 (or 0x242B56) is unknown color: approx Lucky Point. HEX triplet: 24, 2B and 56. RGB value is (36,43,86). Sum of RGB (Red+Green+Blue) = 36+43+86=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #242B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B56 is #DBD4A9. Grayscale: #2D2D2D. Windows color (decimal): -14406826 or 5647140. OLE color: 5647140.

HSL color Cylindrical-coordinate representation of color #242B56: hue angle of 231.6º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #242B56 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB364386-
CMYK0.580.5000.66
HSL231.6º40.98%23.92%-
HSV(B)231.6º58.14%33.73%-
XYZ3.272.779.17-
YUV45.81150.68121-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 43 (17.19% from 255) = 26.06%
BLUE value IS 86 (33.98% from 255) = 52.12%
R=21.82%
G=26.06%
B=52.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3643860.580.5000.66231.640.9823.92
Hex242B563A32042e82918
Octal4453126726201023505130
Binary1001001010111010110111010110010010000101110100010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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