Html Css Color HEX #24294A Lucky Point

📋 copy color: '#24294A'

red 36 ◦ green 41 ◦ blue 74

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

Shades of Lucky Point #24294A

Tints of Lucky Point #24294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 49.01%

R = 23.84%
G = 27.15%
B = 49.01%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24294A (or 0x24294A) is known color: Lucky Point. HEX triplet: 24, 29 and 4A. RGB value is (36,41,74). Sum of RGB (Red+Green+Blue) = 36+41+74=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #24294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24294A is #DBD6B5. Grayscale: #2B2B2B. Windows color (decimal): -14407350 or 4860196. OLE color: 4860196.

HSL color Cylindrical-coordinate representation of color #24294A: hue angle of 232.11º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #24294A is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 41 74 -
CMYK 0.51 0.45 0 0.71
HSL 232.11º 0.35% 0.22% -
HSV(B) 232.11º 0.51% 0.29% -
XYZ 2.76 2.46 6.81 -
YUV 43.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 36 41 74 0.51 0.45 0 0.71 232.11 0.35 0.22
Hex 24 29 4A 33 2D 0 47 E8 23 16
Octal 44 51 112 63 55 0 107 350 43 26
Binary 100100 101001 1001010 110011 101101 0 1000111 11101000 100011 10110

Color Harmonies of #24294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24294A

Black with #24294A

Text Example


Text Example

White with #24294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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