Html Css Color HEX #242553 Lucky Point

📋 copy color: '#242553'

red 36 ◦ green 37 ◦ blue 83

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

Shades of Lucky Point #242553

Tints of Lucky Point #242553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.72%

 BLUE value IS 83 (32.81% from 255) = 53.21%

R = 23.08%
G = 23.72%
B = 53.21%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#242553 (or 0x242553) is known color: Lucky Point. HEX triplet: 24, 25 and 53. RGB value is (36,37,83). Sum of RGB (Red+Green+Blue) = 36+37+83=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #242553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242553 is #DBDAAC. Grayscale: #292929. Windows color (decimal): -14408365 or 5448996. OLE color: 5448996.

HSL color Cylindrical-coordinate representation of color #242553: hue angle of 238.72º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #242553 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 37 83 -
CMYK 0.57 0.55 0 0.67
HSL 238.72º 0.39% 0.23% -
HSV(B) 238.72º 0.57% 0.33% -
XYZ 2.95 2.32 8.48 -
YUV 41.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 36 37 83 0.57 0.55 0 0.67 238.72 0.39 0.23
Hex 24 25 53 39 37 0 43 EF 27 17
Octal 44 45 123 71 67 0 103 357 47 27
Binary 100100 100101 1010011 111001 110111 0 1000011 11101111 100111 10111

Color Harmonies of #242553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242553

Black with #242553

Text Example


Text Example

White with #242553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242553; }

 p { color: rgb(36,37,83); }

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

background-color css

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

 a { background-color: rgb(36,37,83); }

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

border-color css

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

 span { border-color: rgb(36,37,83); }

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