Html Css Color HEX #242959 Lucky Point

📋 copy color: '#242959'

red 36 ◦ green 41 ◦ blue 89

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

Shades of Lucky Point #242959

Tints of Lucky Point #242959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.7%

 BLUE value IS 89 (35.16% from 255) = 53.61%

R = 21.69%
G = 24.7%
B = 53.61%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#242959 (or 0x242959) is known color: Lucky Point. HEX triplet: 24, 29 and 59. RGB value is (36,41,89). Sum of RGB (Red+Green+Blue) = 36+41+89=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #242959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242959 is #DBD6A6. Grayscale: #2C2C2C. Windows color (decimal): -14407335 or 5843236. OLE color: 5843236.

HSL color Cylindrical-coordinate representation of color #242959: hue angle of 234.34º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #242959 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 41 89 -
CMYK 0.60 0.54 0 0.65
HSL 234.34º 0.42% 0.25% -
HSV(B) 234.34º 0.6% 0.35% -
XYZ 3.32 2.68 9.79 -
YUV 44.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 36 41 89 0.60 0.54 0 0.65 234.34 0.42 0.25
Hex 24 29 59 3C 36 0 41 EA 2A 19
Octal 44 51 131 74 66 0 101 352 52 31
Binary 100100 101001 1011001 111100 110110 0 1000001 11101010 101010 11001

Color Harmonies of #242959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242959

Black with #242959

Text Example


Text Example

White with #242959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242959; }

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

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

background-color css

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

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

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

border-color css

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

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

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