#242F62

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

Shades of Lucky Point #242F62

Tints of Lucky Point #242F62

Color information

#242F62 (or 0x242F62) is unknown color: approx Lucky Point. HEX triplet: 24, 2F and 62. RGB value is (36,47,98). Sum of RGB (Red+Green+Blue) = 36+47+98=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #242F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F62 is #DBD09D. Grayscale: #313131. Windows color (decimal): -14405790 or 6434596. OLE color: 6434596.

HSL color Cylindrical-coordinate representation of color #242F62: hue angle of 229.35º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #242F62 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB364798-
CMYK0.630.5200.62
HSL229.35º46.27%26.27%-
HSV(B)229.35º63.27%38.43%-
XYZ3.953.2911.98-
YUV49.52155.36118.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.89%
GREEN value IS 47 (18.75% from 255) = 25.97%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=19.89%
G=25.97%
B=54.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3647980.630.5200.62229.3546.2726.27
Hex242F623F3403Ee52e1a
Octal445714277640763455632
Binary100100101111110001011111111010001111101110010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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