Html Css Color HEX #24305A Lucky Point

📋 copy color: '#24305A'

red 36 ◦ green 48 ◦ blue 90

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

Shades of Lucky Point #24305A

Tints of Lucky Point #24305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.72%

R = 20.69%
G = 27.59%
B = 51.72%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24305A (or 0x24305A) is known color: Lucky Point. HEX triplet: 24, 30 and 5A. RGB value is (36,48,90). Sum of RGB (Red+Green+Blue) = 36+48+90=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #24305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24305A is #DBCFA5. Grayscale: #313131. Windows color (decimal): -14405542 or 5910564. OLE color: 5910564.

HSL color Cylindrical-coordinate representation of color #24305A: hue angle of 226.67º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24305A is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 48 90 -
CMYK 0.60 0.47 0 0.65
HSL 226.67º 0.43% 0.25% -
HSV(B) 226.67º 0.6% 0.35% -
XYZ 3.63 3.23 10.1 -
YUV 49.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 36 48 90 0.60 0.47 0 0.65 226.67 0.43 0.25
Hex 24 30 5A 3C 2F 0 41 E3 2B 19
Octal 44 60 132 74 57 0 101 343 53 31
Binary 100100 110000 1011010 111100 101111 0 1000001 11100011 101011 11001

Color Harmonies of #24305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24305A

Black with #24305A

Text Example


Text Example

White with #24305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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