Html Css Color HEX #242B4F Lucky Point

📋 copy color: '#242B4F'

red 36 ◦ green 43 ◦ blue 79

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

Shades of Lucky Point #242B4F

Tints of Lucky Point #242B4F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.22%

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

R = 22.78%
G = 27.22%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#242B4F (or 0x242B4F) is known color: Lucky Point. HEX triplet: 24, 2B and 4F. RGB value is (36,43,79). Sum of RGB (Red+Green+Blue) = 36+43+79=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #242B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B4F is #DBD4B0. Grayscale: #2C2C2C. Windows color (decimal): -14406833 or 5188388. OLE color: 5188388.

HSL color Cylindrical-coordinate representation of color #242B4F: hue angle of 230.23º 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 #242B4F is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 43 79 -
CMYK 0.54 0.46 0 0.69
HSL 230.23º 0.37% 0.23% -
HSV(B) 230.23º 0.54% 0.31% -
XYZ 3 2.67 7.75 -
YUV 45.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 36 43 79 0.54 0.46 0 0.69 230.23 0.37 0.23
Hex 24 2B 4F 36 2E 0 45 E6 25 17
Octal 44 53 117 66 56 0 105 346 45 27
Binary 100100 101011 1001111 110110 101110 0 1000101 11100110 100101 10111

Color Harmonies of #242B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242B4F

Black with #242B4F

Text Example


Text Example

White with #242B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242B4F; }

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

 H1.HeaderClassName
 {
   color: #242B4F;
 }
 .AnyTagClassName
 {
   color: #242B4F;
 }
</style>

background-color css

<style>
 a { background-color: #242B4F; }

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

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

border-color css

<style>
 span { border-color: #242B4F; }

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

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