Html Css Color HEX #242E5B Lucky Point

📋 copy color: '#242E5B'

red 36 ◦ green 46 ◦ blue 91

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

Shades of Lucky Point #242E5B

Tints of Lucky Point #242E5B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.59%

 BLUE value IS 91 (35.94% from 255) = 52.6%

R = 20.81%
G = 26.59%
B = 52.6%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#242E5B (or 0x242E5B) is known color: Lucky Point. HEX triplet: 24, 2E and 5B. RGB value is (36,46,91). Sum of RGB (Red+Green+Blue) = 36+46+91=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #242E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E5B is #DBD1A4. Grayscale: #2F2F2F. Windows color (decimal): -14406053 or 5975588. OLE color: 5975588.

HSL color Cylindrical-coordinate representation of color #242E5B: hue angle of 229.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #242E5B is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 46 91 -
CMYK 0.60 0.49 0 0.64
HSL 229.09º 0.43% 0.25% -
HSV(B) 229.09º 0.6% 0.36% -
XYZ 3.59 3.08 10.3 -
YUV 48.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 36 46 91 0.60 0.49 0 0.64 229.09 0.43 0.25
Hex 24 2E 5B 3C 31 0 40 E5 2B 19
Octal 44 56 133 74 61 0 100 345 53 31
Binary 100100 101110 1011011 111100 110001 0 1000000 11100101 101011 11001

Color Harmonies of #242E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242E5B

Black with #242E5B

Text Example


Text Example

White with #242E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,46,91); }

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

background-color css

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

 a { background-color: rgb(36,46,91); }

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

border-color css

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

 span { border-color: rgb(36,46,91); }

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