#242961

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

Shades of Lucky Point #242961

Tints of Lucky Point #242961

Color information

#242961 (or 0x242961) is unknown color: approx Lucky Point. HEX triplet: 24, 29 and 61. RGB value is (36,41,97). Sum of RGB (Red+Green+Blue) = 36+41+97=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #242961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242961 is #DBD69E. Grayscale: #2D2D2D. Windows color (decimal): -14407327 or 6367524. OLE color: 6367524.

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

Color convert

RGB364197-
CMYK0.630.5800.62
HSL235.08º45.86%26.08%-
HSV(B)235.08º62.89%38.04%-
XYZ3.682.8211.66-
YUV45.89156.84120.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.69%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 97 (38.28% from 255) = 55.75%
R=20.69%
G=23.56%
B=55.75%

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
Decimal3641970.630.5800.62235.0845.8626.08
Hex2429613F3A03Eeb2e1a
Octal445114177720763535632
Binary100100101001110000111111111101001111101110101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242961; }

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

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

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

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

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

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

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

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