#242C61

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

Shades of Lucky Point #242C61

Tints of Lucky Point #242C61

Color information

#242C61 (or 0x242C61) is unknown color: approx Lucky Point. HEX triplet: 24, 2C and 61. RGB value is (36,44,97). Sum of RGB (Red+Green+Blue) = 36+44+97=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #242C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C61 is #DBD39E. Grayscale: #2F2F2F. Windows color (decimal): -14406559 or 6368292. OLE color: 6368292.

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

Color convert

RGB364497-
CMYK0.630.5500.62
HSL232.13º45.86%26.08%-
HSV(B)232.13º62.89%38.04%-
XYZ3.793.0411.7-
YUV47.65155.85119.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.34%
GREEN value IS 44 (17.58% from 255) = 24.86%
BLUE value IS 97 (38.28% from 255) = 54.80%
R=20.34%
G=24.86%
B=54.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3644970.630.5500.62232.1345.8626.08
Hex242C613F3703Ee82e1a
Octal445414177670763505632
Binary100100101100110000111111111011101111101110100010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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