Html Css Color HEX #24275A Lucky Point

📋 copy color: '#24275A'

red 36 ◦ green 39 ◦ blue 90

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

Shades of Lucky Point #24275A

Tints of Lucky Point #24275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.64%

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

R = 21.82%
G = 23.64%
B = 54.55%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24275A (or 0x24275A) is known color: Lucky Point. HEX triplet: 24, 27 and 5A. RGB value is (36,39,90). Sum of RGB (Red+Green+Blue) = 36+39+90=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #24275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24275A is #DBD8A5. Grayscale: #2B2B2B. Windows color (decimal): -14407846 or 5908260. OLE color: 5908260.

HSL color Cylindrical-coordinate representation of color #24275A: hue angle of 236.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 #24275A is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 39 90 -
CMYK 0.60 0.57 0 0.65
HSL 236.67º 0.43% 0.25% -
HSV(B) 236.67º 0.6% 0.35% -
XYZ 3.3 2.56 9.99 -
YUV 43.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 36 39 90 0.60 0.57 0 0.65 236.67 0.43 0.25
Hex 24 27 5A 3C 39 0 41 ED 2B 19
Octal 44 47 132 74 71 0 101 355 53 31
Binary 100100 100111 1011010 111100 111001 0 1000001 11101101 101011 11001

Color Harmonies of #24275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24275A

Black with #24275A

Text Example


Text Example

White with #24275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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