Html Css Color HEX #31334D Lucky Point

📋 copy color: '#31334D'

red 49 ◦ green 51 ◦ blue 77

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

Shades of Lucky Point #31334D

Tints of Lucky Point #31334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.81%

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

R = 27.68%
G = 28.81%
B = 43.5%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31334D (or 0x31334D) is known color: Lucky Point. HEX triplet: 31, 33 and 4D. RGB value is (49,51,77). Sum of RGB (Red+Green+Blue) = 49+51+77=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #31334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31334D is #CECCB2. Grayscale: #353535. Windows color (decimal): -13552819 or 5059377. OLE color: 5059377.

HSL color Cylindrical-coordinate representation of color #31334D: hue angle of 235.71º 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 #31334D is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 51 77 -
CMYK 0.36 0.34 0 0.70
HSL 235.71º 0.22% 0.25% -
HSV(B) 235.71º 0.36% 0.3% -
XYZ 3.79 3.56 7.51 -
YUV 53.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 49 51 77 0.36 0.34 0 0.70 235.71 0.22 0.25
Hex 31 33 4D 24 22 0 46 EC 16 19
Octal 61 63 115 44 42 0 106 354 26 31
Binary 110001 110011 1001101 100100 100010 0 1000110 11101100 10110 11001

Color Harmonies of #31334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31334D

Black with #31334D

Text Example


Text Example

White with #31334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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