Html Css Color HEX #24274F Lucky Point

📋 copy color: '#24274F'

red 36 ◦ green 39 ◦ blue 79

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

Shades of Lucky Point #24274F

Tints of Lucky Point #24274F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 51.3%

R = 23.38%
G = 25.32%
B = 51.3%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#24274F (or 0x24274F) is known color: Lucky Point. HEX triplet: 24, 27 and 4F. RGB value is (36,39,79). Sum of RGB (Red+Green+Blue) = 36+39+79=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #24274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24274F is #DBD8B0. Grayscale: #2A2A2A. Windows color (decimal): -14407857 or 5187364. OLE color: 5187364.

HSL color Cylindrical-coordinate representation of color #24274F: hue angle of 235.81º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #24274F is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 39 79 -
CMYK 0.54 0.51 0 0.69
HSL 235.81º 0.37% 0.23% -
HSV(B) 235.81º 0.54% 0.31% -
XYZ 2.86 2.39 7.71 -
YUV 42.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 36 39 79 0.54 0.51 0 0.69 235.81 0.37 0.23
Hex 24 27 4F 36 33 0 45 EC 25 17
Octal 44 47 117 66 63 0 105 354 45 27
Binary 100100 100111 1001111 110110 110011 0 1000101 11101100 100101 10111

Color Harmonies of #24274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24274F

Black with #24274F

Text Example


Text Example

White with #24274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24274F; }

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

 H1.HeaderClassName
 {
   color: #24274F;
 }
 .AnyTagClassName
 {
   color: #24274F;
 }
</style>

background-color css

<style>
 a { background-color: #24274F; }

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

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

border-color css

<style>
 span { border-color: #24274F; }

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

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