Html Css Color HEX #242B49 Lucky Point

📋 copy color: '#242B49'

red 36 ◦ green 43 ◦ blue 73

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

Shades of Lucky Point #242B49

Tints of Lucky Point #242B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.29%

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

R = 23.68%
G = 28.29%
B = 48.03%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#242B49 (or 0x242B49) is known color: Lucky Point. HEX triplet: 24, 2B and 49. RGB value is (36,43,73). Sum of RGB (Red+Green+Blue) = 36+43+73=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #242B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242B49 is #DBD4B6. Grayscale: #2C2C2C. Windows color (decimal): -14406839 or 4795172. OLE color: 4795172.

HSL color Cylindrical-coordinate representation of color #242B49: hue angle of 228.65º 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 #242B49 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 43 73 -
CMYK 0.51 0.41 0 0.71
HSL 228.65º 0.34% 0.21% -
HSV(B) 228.65º 0.51% 0.29% -
XYZ 2.79 2.58 6.65 -
YUV 44.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 36 43 73 0.51 0.41 0 0.71 228.65 0.34 0.21
Hex 24 2B 49 33 29 0 47 E5 22 15
Octal 44 53 111 63 51 0 107 345 42 25
Binary 100100 101011 1001001 110011 101001 0 1000111 11100101 100010 10101

Color Harmonies of #242B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242B49

Black with #242B49

Text Example


Text Example

White with #242B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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