Html Css Color HEX #242C5A Lucky Point

📋 copy color: '#242C5A'

red 36 ◦ green 44 ◦ blue 90

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

Shades of Lucky Point #242C5A

Tints of Lucky Point #242C5A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.88%

 BLUE value IS 90 (35.55% from 255) = 52.94%

R = 21.18%
G = 25.88%
B = 52.94%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#242C5A (or 0x242C5A) is known color: Lucky Point. HEX triplet: 24, 2C and 5A. RGB value is (36,44,90). Sum of RGB (Red+Green+Blue) = 36+44+90=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #242C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C5A is #DBD3A5. Grayscale: #2E2E2E. Windows color (decimal): -14406566 or 5909540. OLE color: 5909540.

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

Color convert

RGB 36 44 90 -
CMYK 0.60 0.51 0 0.65
HSL 231.11º 0.43% 0.25% -
HSV(B) 231.11º 0.6% 0.35% -
XYZ 3.47 2.91 10.05 -
YUV 46.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 36 44 90 0.60 0.51 0 0.65 231.11 0.43 0.25
Hex 24 2C 5A 3C 33 0 41 E7 2B 19
Octal 44 54 132 74 63 0 101 347 53 31
Binary 100100 101100 1011010 111100 110011 0 1000001 11100111 101011 11001

Color Harmonies of #242C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242C5A

Black with #242C5A

Text Example


Text Example

White with #242C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,44,90); }

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

background-color css

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

 a { background-color: rgb(36,44,90); }

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

border-color css

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

 span { border-color: rgb(36,44,90); }

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