Html Css Color HEX #242653 Lucky Point

📋 copy color: '#242653'

red 36 ◦ green 38 ◦ blue 83

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

Shades of Lucky Point #242653

Tints of Lucky Point #242653

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.2%

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

R = 22.93%
G = 24.2%
B = 52.87%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#242653 (or 0x242653) is known color: Lucky Point. HEX triplet: 24, 26 and 53. RGB value is (36,38,83). Sum of RGB (Red+Green+Blue) = 36+38+83=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #242653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242653 is #DBD9AC. Grayscale: #2A2A2A. Windows color (decimal): -14408109 or 5449252. OLE color: 5449252.

HSL color Cylindrical-coordinate representation of color #242653: hue angle of 237.45º 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 #242653 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 38 83 -
CMYK 0.57 0.54 0 0.67
HSL 237.45º 0.39% 0.23% -
HSV(B) 237.45º 0.57% 0.33% -
XYZ 2.98 2.39 8.49 -
YUV 42.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 36 38 83 0.57 0.54 0 0.67 237.45 0.39 0.23
Hex 24 26 53 39 36 0 43 ED 27 17
Octal 44 46 123 71 66 0 103 355 47 27
Binary 100100 100110 1010011 111001 110110 0 1000011 11101101 100111 10111

Color Harmonies of #242653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242653

Black with #242653

Text Example


Text Example

White with #242653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242653; }

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

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

background-color css

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

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

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

border-color css

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

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

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