Html Css Color HEX #242C49 Lucky Point

📋 copy color: '#242C49'

red 36 ◦ green 44 ◦ blue 73

#242C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #242C49

Tints of Lucky Point #242C49

RGB

 RED value IS 36 (14.45% from 255) = 23.53%

 GREEN value IS 44 (17.58% from 255) = 28.76%

 BLUE value IS 73 (28.91% from 255) = 47.71%

R = 23.53%
G = 28.76%
B = 47.71%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#242C49 (or 0x242C49) is known color: Lucky Point. HEX triplet: 24, 2C and 49. RGB value is (36,44,73). Sum of RGB (Red+Green+Blue) = 36+44+73=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #242C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C49 is #DBD3B6. Grayscale: #2C2C2C. Windows color (decimal): -14406583 or 4795428. OLE color: 4795428.

HSL color Cylindrical-coordinate representation of color #242C49: hue angle of 227.03º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #242C49 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 44 73 -
CMYK 0.51 0.40 0 0.71
HSL 227.03º 0.34% 0.21% -
HSV(B) 227.03º 0.51% 0.29% -
XYZ 2.83 2.66 6.67 -
YUV 44.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 36 44 73 0.51 0.40 0 0.71 227.03 0.34 0.21
Hex 24 2C 49 33 28 0 47 E3 22 15
Octal 44 54 111 63 50 0 107 343 42 25
Binary 100100 101100 1001001 110011 101000 0 1000111 11100011 100010 10101

Color Harmonies of #242C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242C49

Black with #242C49

Text Example


Text Example

White with #242C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #242C49;
 }
 .AnyTagClassName
 {
   color: #242C49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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