Html Css Color HEX #242B4A Lucky Point

📋 copy color: '#242B4A'

red 36 ◦ green 43 ◦ blue 74

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

Shades of Lucky Point #242B4A

Tints of Lucky Point #242B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 48.37%

R = 23.53%
G = 28.1%
B = 48.37%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#242B4A (or 0x242B4A) is known color: Lucky Point. HEX triplet: 24, 2B and 4A. RGB value is (36,43,74). Sum of RGB (Red+Green+Blue) = 36+43+74=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 74 - color contains mainly: blue. Hex color #242B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242B4A is #DBD4B5. Grayscale: #2C2C2C. Windows color (decimal): -14406838 or 4860708. OLE color: 4860708.

HSL color Cylindrical-coordinate representation of color #242B4A: hue angle of 228.95º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #242B4A is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 43 74 -
CMYK 0.51 0.42 0 0.71
HSL 228.95º 0.35% 0.22% -
HSV(B) 228.95º 0.51% 0.29% -
XYZ 2.83 2.6 6.83 -
YUV 44.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 36 43 74 0.51 0.42 0 0.71 228.95 0.35 0.22
Hex 24 2B 4A 33 2A 0 47 E5 23 16
Octal 44 53 112 63 52 0 107 345 43 26
Binary 100100 101011 1001010 110011 101010 0 1000111 11100101 100011 10110

Color Harmonies of #242B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242B4A

Black with #242B4A

Text Example


Text Example

White with #242B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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