Html Css Color HEX #31324D Lucky Point

📋 copy color: '#31324D'

red 49 ◦ green 50 ◦ blue 77

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

Shades of Lucky Point #31324D

Tints of Lucky Point #31324D

RGB

 RED value IS 49 (19.53% from 255) = 27.84%

 GREEN value IS 50 (19.92% from 255) = 28.41%

 BLUE value IS 77 (30.47% from 255) = 43.75%

R = 27.84%
G = 28.41%
B = 43.75%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31324D (or 0x31324D) is known color: Lucky Point. HEX triplet: 31, 32 and 4D. RGB value is (49,50,77). Sum of RGB (Red+Green+Blue) = 49+50+77=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #31324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31324D is #CECDB2. Grayscale: #343434. Windows color (decimal): -13553075 or 5059121. OLE color: 5059121.

HSL color Cylindrical-coordinate representation of color #31324D: hue angle of 237.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31324D is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 50 77 -
CMYK 0.36 0.35 0 0.70
HSL 237.86º 0.22% 0.25% -
HSV(B) 237.86º 0.36% 0.3% -
XYZ 3.75 3.47 7.49 -
YUV 52.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 49 50 77 0.36 0.35 0 0.70 237.86 0.22 0.25
Hex 31 32 4D 24 23 0 46 EE 16 19
Octal 61 62 115 44 43 0 106 356 26 31
Binary 110001 110010 1001101 100100 100011 0 1000110 11101110 10110 11001

Color Harmonies of #31324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31324D

Black with #31324D

Text Example


Text Example

White with #31324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31324D; }

 p { color: rgb(49,50,77); }

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

background-color css

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

 a { background-color: rgb(49,50,77); }

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

border-color css

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

 span { border-color: rgb(49,50,77); }

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