Html Css Color HEX #24284A Lucky Point

📋 copy color: '#24284A'

red 36 ◦ green 40 ◦ blue 74

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

Shades of Lucky Point #24284A

Tints of Lucky Point #24284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.67%

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

R = 24%
G = 26.67%
B = 49.33%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24284A (or 0x24284A) is known color: Lucky Point. HEX triplet: 24, 28 and 4A. RGB value is (36,40,74). Sum of RGB (Red+Green+Blue) = 36+40+74=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #24284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24284A is #DBD7B5. Grayscale: #2A2A2A. Windows color (decimal): -14407606 or 4859940. OLE color: 4859940.

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

Color convert

RGB 36 40 74 -
CMYK 0.51 0.46 0 0.71
HSL 233.68º 0.35% 0.22% -
HSV(B) 233.68º 0.51% 0.29% -
XYZ 2.72 2.39 6.8 -
YUV 42.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 36 40 74 0.51 0.46 0 0.71 233.68 0.35 0.22
Hex 24 28 4A 33 2E 0 47 EA 23 16
Octal 44 50 112 63 56 0 107 352 43 26
Binary 100100 101000 1001010 110011 101110 0 1000111 11101010 100011 10110

Color Harmonies of #24284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24284A

Black with #24284A

Text Example


Text Example

White with #24284A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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