Html Css Color HEX #24294F Lucky Point

📋 copy color: '#24294F'

red 36 ◦ green 41 ◦ blue 79

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

Shades of Lucky Point #24294F

Tints of Lucky Point #24294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 50.64%

R = 23.08%
G = 26.28%
B = 50.64%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#24294F (or 0x24294F) is known color: Lucky Point. HEX triplet: 24, 29 and 4F. RGB value is (36,41,79). Sum of RGB (Red+Green+Blue) = 36+41+79=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #24294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24294F is #DBD6B0. Grayscale: #2B2B2B. Windows color (decimal): -14407345 or 5187876. OLE color: 5187876.

HSL color Cylindrical-coordinate representation of color #24294F: hue angle of 233.02º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #24294F is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 41 79 -
CMYK 0.54 0.48 0 0.69
HSL 233.02º 0.37% 0.23% -
HSV(B) 233.02º 0.54% 0.31% -
XYZ 2.93 2.53 7.73 -
YUV 43.84 147.84 122.41 -
System Red Green Blue C M Y K H S L
Decimal 36 41 79 0.54 0.48 0 0.69 233.02 0.37 0.23
Hex 24 29 4F 36 30 0 45 E9 25 17
Octal 44 51 117 66 60 0 105 351 45 27
Binary 100100 101001 1001111 110110 110000 0 1000101 11101001 100101 10111

Color Harmonies of #24294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24294F

Black with #24294F

Text Example


Text Example

White with #24294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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