Html Css Color HEX #31304D Lucky Point

📋 copy color: '#31304D'

red 49 ◦ green 48 ◦ blue 77

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

Shades of Lucky Point #31304D

Tints of Lucky Point #31304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

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

R = 28.16%
G = 27.59%
B = 44.25%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31304D (or 0x31304D) is known color: Lucky Point. HEX triplet: 31, 30 and 4D. RGB value is (49,48,77). Sum of RGB (Red+Green+Blue) = 49+48+77=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #31304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31304D is #CECFB2. Grayscale: #333333. Windows color (decimal): -13553587 or 5058609. OLE color: 5058609.

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

Color convert

RGB 49 48 77 -
CMYK 0.36 0.38 0 0.70
HSL 242.07º 0.23% 0.25% -
HSV(B) 242.07º 0.38% 0.3% -
XYZ 3.66 3.3 7.47 -
YUV 51.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 49 48 77 0.36 0.38 0 0.70 242.07 0.23 0.25
Hex 31 30 4D 24 26 0 46 F2 17 19
Octal 61 60 115 44 46 0 106 362 27 31
Binary 110001 110000 1001101 100100 100110 0 1000110 11110010 10111 11001

Color Harmonies of #31304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31304D

Black with #31304D

Text Example


Text Example

White with #31304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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