Html Css Color HEX #24294C Lucky Point

📋 copy color: '#24294C'

red 36 ◦ green 41 ◦ blue 76

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

Shades of Lucky Point #24294C

Tints of Lucky Point #24294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 49.67%

R = 23.53%
G = 26.8%
B = 49.67%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#24294C (or 0x24294C) is known color: Lucky Point. HEX triplet: 24, 29 and 4C. RGB value is (36,41,76). Sum of RGB (Red+Green+Blue) = 36+41+76=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #24294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24294C is #DBD6B3. Grayscale: #2B2B2B. Windows color (decimal): -14407348 or 4991268. OLE color: 4991268.

HSL color Cylindrical-coordinate representation of color #24294C: hue angle of 232.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24294C is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 41 76 -
CMYK 0.53 0.46 0 0.70
HSL 232.5º 0.36% 0.22% -
HSV(B) 232.5º 0.53% 0.3% -
XYZ 2.82 2.48 7.17 -
YUV 43.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 36 41 76 0.53 0.46 0 0.70 232.5 0.36 0.22
Hex 24 29 4C 35 2E 0 46 E8 24 16
Octal 44 51 114 65 56 0 106 350 44 26
Binary 100100 101001 1001100 110101 101110 0 1000110 11101000 100100 10110

Color Harmonies of #24294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24294C

Black with #24294C

Text Example


Text Example

White with #24294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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