Html Css Color HEX #242948 Lucky Point

📋 copy color: '#242948'

red 36 ◦ green 41 ◦ blue 72

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

Shades of Lucky Point #242948

Tints of Lucky Point #242948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.52%

 BLUE value IS 72 (28.52% from 255) = 48.32%

R = 24.16%
G = 27.52%
B = 48.32%

CMYK

 C value IS 0.5

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#242948 (or 0x242948) is known color: Lucky Point. HEX triplet: 24, 29 and 48. RGB value is (36,41,72). Sum of RGB (Red+Green+Blue) = 36+41+72=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #242948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242948 is #DBD6B7. Grayscale: #2A2A2A. Windows color (decimal): -14407352 or 4729124. OLE color: 4729124.

HSL color Cylindrical-coordinate representation of color #242948: hue angle of 231.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #242948 is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 36 41 72 -
CMYK 0.5 0.43 0 0.72
HSL 231.67º 0.33% 0.21% -
HSV(B) 231.67º 0.5% 0.28% -
XYZ 2.69 2.43 6.46 -
YUV 43.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 36 41 72 0.5 0.43 0 0.72 231.67 0.33 0.21
Hex 24 29 48 32 2B 0 48 E8 21 15
Octal 44 51 110 62 53 0 110 350 41 25
Binary 100100 101001 1001000 110010 101011 0 1001000 11101000 100001 10101

Color Harmonies of #242948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242948

Black with #242948

Text Example


Text Example

White with #242948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242948; }

 p { color: rgb(36,41,72); }

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

background-color css

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

 a { background-color: rgb(36,41,72); }

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

border-color css

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

 span { border-color: rgb(36,41,72); }

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