Html Css Color HEX #242B48 Lucky Point

📋 copy color: '#242B48'

red 36 ◦ green 43 ◦ blue 72

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

Shades of Lucky Point #242B48

Tints of Lucky Point #242B48

RGB

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

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

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

R = 23.84%
G = 28.48%
B = 47.68%

CMYK

 C value IS 0.5

 M value IS 0.40

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#242B48 (or 0x242B48) is known color: Lucky Point. HEX triplet: 24, 2B and 48. RGB value is (36,43,72). Sum of RGB (Red+Green+Blue) = 36+43+72=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #242B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242B48 is #DBD4B7. Grayscale: #2C2C2C. Windows color (decimal): -14406840 or 4729636. OLE color: 4729636.

HSL color Cylindrical-coordinate representation of color #242B48: hue angle of 228.33º 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 #242B48 is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 36 43 72 -
CMYK 0.5 0.40 0 0.72
HSL 228.33º 0.33% 0.21% -
HSV(B) 228.33º 0.5% 0.28% -
XYZ 2.76 2.57 6.48 -
YUV 44.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 36 43 72 0.5 0.40 0 0.72 228.33 0.33 0.21
Hex 24 2B 48 32 28 0 48 E4 21 15
Octal 44 53 110 62 50 0 110 344 41 25
Binary 100100 101011 1001000 110010 101000 0 1001000 11100100 100001 10101

Color Harmonies of #242B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242B48

Black with #242B48

Text Example


Text Example

White with #242B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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