Html Css Color HEX #24295B Lucky Point

📋 copy color: '#24295B'

red 36 ◦ green 41 ◦ blue 91

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

Shades of Lucky Point #24295B

Tints of Lucky Point #24295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 54.17%

R = 21.43%
G = 24.4%
B = 54.17%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24295B (or 0x24295B) is known color: Lucky Point. HEX triplet: 24, 29 and 5B. RGB value is (36,41,91). Sum of RGB (Red+Green+Blue) = 36+41+91=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #24295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24295B is #DBD6A4. Grayscale: #2C2C2C. Windows color (decimal): -14407333 or 5974308. OLE color: 5974308.

HSL color Cylindrical-coordinate representation of color #24295B: hue angle of 234.55º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24295B is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 41 91 -
CMYK 0.60 0.55 0 0.64
HSL 234.55º 0.43% 0.25% -
HSV(B) 234.55º 0.6% 0.36% -
XYZ 3.41 2.72 10.24 -
YUV 45.21 153.84 121.43 -
System Red Green Blue C M Y K H S L
Decimal 36 41 91 0.60 0.55 0 0.64 234.55 0.43 0.25
Hex 24 29 5B 3C 37 0 40 EB 2B 19
Octal 44 51 133 74 67 0 100 353 53 31
Binary 100100 101001 1011011 111100 110111 0 1000000 11101011 101011 11001

Color Harmonies of #24295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24295B

Black with #24295B

Text Example


Text Example

White with #24295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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