Html Css Color HEX #24294B Lucky Point

📋 copy color: '#24294B'

red 36 ◦ green 41 ◦ blue 75

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

Shades of Lucky Point #24294B

Tints of Lucky Point #24294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 49.34%

R = 23.68%
G = 26.97%
B = 49.34%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24294B (or 0x24294B) is known color: Lucky Point. HEX triplet: 24, 29 and 4B. RGB value is (36,41,75). Sum of RGB (Red+Green+Blue) = 36+41+75=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #24294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24294B is #DBD6B4. Grayscale: #2B2B2B. Windows color (decimal): -14407349 or 4925732. OLE color: 4925732.

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

Color convert

RGB 36 41 75 -
CMYK 0.52 0.45 0 0.71
HSL 232.31º 0.35% 0.22% -
HSV(B) 232.31º 0.52% 0.29% -
XYZ 2.79 2.47 6.99 -
YUV 43.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 36 41 75 0.52 0.45 0 0.71 232.31 0.35 0.22
Hex 24 29 4B 34 2D 0 47 E8 23 16
Octal 44 51 113 64 55 0 107 350 43 26
Binary 100100 101001 1001011 110100 101101 0 1000111 11101000 100011 10110

Color Harmonies of #24294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24294B

Black with #24294B

Text Example


Text Example

White with #24294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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