Html Css Color HEX #242953 Lucky Point

📋 copy color: '#242953'

red 36 ◦ green 41 ◦ blue 83

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

Shades of Lucky Point #242953

Tints of Lucky Point #242953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.63%

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

R = 22.5%
G = 25.63%
B = 51.88%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#242953 (or 0x242953) is known color: Lucky Point. HEX triplet: 24, 29 and 53. RGB value is (36,41,83). Sum of RGB (Red+Green+Blue) = 36+41+83=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #242953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242953 is #DBD6AC. Grayscale: #2C2C2C. Windows color (decimal): -14407341 or 5450020. OLE color: 5450020.

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

Color convert

RGB 36 41 83 -
CMYK 0.57 0.51 0 0.67
HSL 233.62º 0.39% 0.23% -
HSV(B) 233.62º 0.57% 0.33% -
XYZ 3.08 2.59 8.52 -
YUV 44.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 36 41 83 0.57 0.51 0 0.67 233.62 0.39 0.23
Hex 24 29 53 39 33 0 43 EA 27 17
Octal 44 51 123 71 63 0 103 352 47 27
Binary 100100 101001 1010011 111001 110011 0 1000011 11101010 100111 10111

Color Harmonies of #242953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242953

Black with #242953

Text Example


Text Example

White with #242953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242953; }

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

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

background-color css

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

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

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

border-color css

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

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

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