#242962

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

Shades of Lucky Point #242962

Tints of Lucky Point #242962

Color information

#242962 (or 0x242962) is unknown color: approx Lucky Point. HEX triplet: 24, 29 and 62. RGB value is (36,41,98). Sum of RGB (Red+Green+Blue) = 36+41+98=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #242962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242962 is #DBD69D. Grayscale: #2D2D2D. Windows color (decimal): -14407326 or 6433060. OLE color: 6433060.

HSL color Cylindrical-coordinate representation of color #242962: hue angle of 235.16º 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 #242962 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB364198-
CMYK0.630.5800.62
HSL235.16º46.27%26.27%-
HSV(B)235.16º63.27%38.43%-
XYZ3.732.8411.91-
YUV46157.34120.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.57%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 98 (38.67% from 255) = 56%
R=20.57%
G=23.43%
B=56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3641980.630.5800.62235.1646.2726.27
Hex2429623F3A03Eeb2e1a
Octal445114277720763535632
Binary100100101001110001011111111101001111101110101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242962; }

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

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

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

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

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

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

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

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