Html Css Color HEX #24285B Lucky Point

📋 copy color: '#24285B'

red 36 ◦ green 40 ◦ blue 91

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

Shades of Lucky Point #24285B

Tints of Lucky Point #24285B

RGB

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

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

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

R = 21.56%
G = 23.95%
B = 54.49%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24285B (or 0x24285B) is known color: Lucky Point. HEX triplet: 24, 28 and 5B. RGB value is (36,40,91). Sum of RGB (Red+Green+Blue) = 36+40+91=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #24285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24285B is #DBD7A4. Grayscale: #2C2C2C. Windows color (decimal): -14407589 or 5974052. OLE color: 5974052.

HSL color Cylindrical-coordinate representation of color #24285B: hue angle of 235.64º 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 #24285B is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 40 91 -
CMYK 0.60 0.56 0 0.64
HSL 235.64º 0.43% 0.25% -
HSV(B) 235.64º 0.6% 0.36% -
XYZ 3.37 2.65 10.23 -
YUV 44.62 154.17 121.85 -
System Red Green Blue C M Y K H S L
Decimal 36 40 91 0.60 0.56 0 0.64 235.64 0.43 0.25
Hex 24 28 5B 3C 38 0 40 EC 2B 19
Octal 44 50 133 74 70 0 100 354 53 31
Binary 100100 101000 1011011 111100 111000 0 1000000 11101100 101011 11001

Color Harmonies of #24285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24285B

Black with #24285B

Text Example


Text Example

White with #24285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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