Html Css Color HEX #24305B Lucky Point

📋 copy color: '#24305B'

red 36 ◦ green 48 ◦ blue 91

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

Shades of Lucky Point #24305B

Tints of Lucky Point #24305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.43%

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

R = 20.57%
G = 27.43%
B = 52%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24305B (or 0x24305B) is known color: Lucky Point. HEX triplet: 24, 30 and 5B. RGB value is (36,48,91). Sum of RGB (Red+Green+Blue) = 36+48+91=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #24305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24305B is #DBCFA4. Grayscale: #313131. Windows color (decimal): -14405541 or 5976100. OLE color: 5976100.

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

Color convert

RGB 36 48 91 -
CMYK 0.60 0.47 0 0.64
HSL 226.91º 0.43% 0.25% -
HSV(B) 226.91º 0.6% 0.36% -
XYZ 3.67 3.24 10.33 -
YUV 49.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 36 48 91 0.60 0.47 0 0.64 226.91 0.43 0.25
Hex 24 30 5B 3C 2F 0 40 E3 2B 19
Octal 44 60 133 74 57 0 100 343 53 31
Binary 100100 110000 1011011 111100 101111 0 1000000 11100011 101011 11001

Color Harmonies of #24305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24305B

Black with #24305B

Text Example


Text Example

White with #24305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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