#242F52

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

Shades of Lucky Point #242F52

Tints of Lucky Point #242F52

Color information

#242F52 (or 0x242F52) is unknown color: approx Lucky Point. HEX triplet: 24, 2F and 52. RGB value is (36,47,82). Sum of RGB (Red+Green+Blue) = 36+47+82=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #242F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F52 is #DBD0AD. Grayscale: #2F2F2F. Windows color (decimal): -14405806 or 5386020. OLE color: 5386020.

HSL color Cylindrical-coordinate representation of color #242F52: hue angle of 225.65º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #242F52 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB364782-
CMYK0.560.4300.68
HSL225.65º38.98%23.14%-
HSV(B)225.65º56.1%32.16%-
XYZ3.273.028.39-
YUV47.7147.36119.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 47 (18.75% from 255) = 28.48%
BLUE value IS 82 (32.42% from 255) = 49.70%
R=21.82%
G=28.48%
B=49.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3647820.560.4300.68225.6538.9823.14
Hex242F52382B044e22717
Octal4457122705301043424727
Binary1001001011111010010111000101011010001001110001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,47,82); }

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

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

 a { background-color: rgb(36,47,82); }

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

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

 span { border-color: rgb(36,47,82); }

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